rivo2302 / MyChatGPT

A Chatbot Messenger opensource fork from Chat GPT solution and build withAmpalibe Framework
https://www.facebook.com/profile.php?id=100066483669203
GNU General Public License v3.0
3 stars 4 forks source link

Where do we get revChatGPT from? #1

Open gecko17k opened 1 year ago

gecko17k commented 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

OH! This actually seems to load/import:

from revChatGPT.ChatGPT import Chatbot

Do you think that will work as expected? Thank you.

rivo2302 commented 1 year ago

Hi @gecko17k , The module here revChatGPT evolves a lot in such a short time, may some method that I have used are deprecated now .

This projet is currently on stand-by , the modules to access chatgpt are still unstable due to the security level on openai website.