ChatGPT
ChatGPT copied to clipboard
Reverse engineered ChatGPT API
My robot is init like this ``` class GPT_Robot(object): def __init__(self, name='ChatGPT', conversation_id=None): self.chatbot = Chatbot(config, conversation_id=conversation_id) self.chatbot.reset_chat() # Forgets conversation self.chatbot.refresh_session() # Uses the session_token to get a new...
No config file found. Debugging enabled. Logging in... Debugger enabled on OpenAIAuth Something went wrong! Please run with --debug to see the error. Browser closed. ==================== Browser output: ==================== C:\Users\Administrator\AppData\Local\ms-playwright\chromium-1033\chrome-win\chrome.exe...
How about making the output of the ChatGPT response "dynamic" so that the ask function can be placed in a for in loop and output the augmented ChatGPT response on...
This is because your IP address has been blacklisted by OpenAI. To solve this, use a VPN (proxy not recommended). Email me if you need a free Wireguard VPN. (From...
Spawning browser... Traceback (most recent call last): File "/data/chatgpt/bin/revChatGPT/ChatGPT.py", line 404, in get_cf_cookies browser_executable_path=self.config.get("browser_exec_path") File "/usr/local/lib/python3.6/site-packages/undetected_chromedriver/__init__.py", line 51, in __new__ instance.__init__(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'enable_cdp_events'...
Upon using the "python3 -m revChatGPT" command I get the following response: Logging in... Spawning browser... Browser spawned. Found Cloudflare Cookie! Failed to refresh session! Failed to refresh session! Failed...
**Describe the bug** Hello acheong08. There is a promblem happening. when I try to start a conversation by this code "chatbot = Chatbot(config, conversation_id=None, parent_id=None) ", the program will start...