use the async version of revChatGPT

This commit is contained in:
ned
2022-12-08 10:17:49 +01:00
parent 01f9591d4e
commit 6d1a67a6ce
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import logging
import os
from dotenv import load_dotenv
from revChatGPT.revChatGPT import Chatbot as ChatGPT3Bot
from asyncChatGPT.asyncChatGPT import Chatbot as ChatGPT3Bot
from telegram_bot import ChatGPT3TelegramBot