Shelming.Song
Results
13
comments of
Shelming.Song
+1 #### Environment - OS: macOS - Python version: 3.10.7 - ChatGPT Version: 0.3.1
> @shelmingsong Are you using Miniconda as well? no, I use pyenv.
@acheong08 #### code ```python from revChatGPT.ChatGPT import Chatbot config = { "email": "", "password": "", "captcha": "", "verbose": True, } chatbot = Chatbot( config=config, conversation_id=None, parent_id=None, ) response = chatbot.ask("Prompt",...