Open gecko17k opened 1 year ago
Hi, I cannot find AsyncChatbot from revChatGPT.reChatGPT. Where should we get this from?
Thanks.
pip3 install --upgrade revChatGPT doesn't contain AsyncChatbot
pip3 install --upgrade revChatGPT
OH! This actually seems to load/import:
from revChatGPT.ChatGPT import Chatbot
Do you think that will work as expected? Thank you.
Hi @gecko17k , The module here revChatGPT evolves a lot in such a short time, may some method that I have used are deprecated now .
revChatGPT
This projet is currently on stand-by , the modules to access chatgpt are still unstable due to the security level on openai website.
Hi, I cannot find AsyncChatbot from revChatGPT.reChatGPT. Where should we get this from?
Thanks.
pip3 install --upgrade revChatGPT
doesn't contain AsyncChatbotOH! This actually seems to load/import:
from revChatGPT.ChatGPT import Chatbot
Do you think that will work as expected? Thank you.