No module found error "revChatGPT"

When I try to import:

from revChatGPT import AsyncChatbot

It gives the error message

from revChatGPT import AsyncChatbot
ModuleNotFoundError: No module named 'revChatGPT'

Note: revChatGPT is installed in replit

pip install revChatGPT

Btw the lib is not as good as the official api, which you should prob use

2 Likes

That’s b/c the library revChatGPT is just reverse engineered, while the official library isn’t.

2 Likes