ChatGPT
ChatGPT copied to clipboard
Reverse engineered ChatGPT API
**Describe the bug** run cmd with "xvfb-run python -m revChatGPT --debug --text" get error: cf challenge fail & Failed to refresh session **To Reproduce** run cmd: xvfb-run python -m revChatGPT...
**Is your feature request related to a problem? Please describe.** Examples needed for AsyncChatbot usage.
it works, but everytime i start the program, it opens the Chromium and open the chatgpt login page, i logged in manually, and then the browser closed automatically and sent...
I can't work the project out in my centos7.0 server, because missing dependencies for playwright wouldn't be fixed with all efforts?
I found squence reply text is flushed out at same time, I sure it worked in former version: ```py response = gptChatbot.get_chat_response(message['data'], output="stream") for i, res in enumerate(response): print(res['message']) ```
Google rejected me when I used my Google social media account for verification. Couldn’t sign you in This browser or app may not be secure. Try using a different browser....
**Im using the latest version 0.0.43** **My code in responses.py** from revChatGPT.revChatGPT import Chatbot import os SESSION_TOKEN = "" config = {"Authorization": '', "session_token": SESSION_TOKEN} chatbot = Chatbot(config, conversation_id=None) chatbot.refresh_session()...
raise Exception("cf challenge fail") Exception: cf challenge fail config = { "accept_language":"en-US,en" #"proxy": "" } chatbot = Chatbot(config,True) I delete session token ,then login the pop window, same, loop some...
i run the response_test.py,but the page stopped at the login page and it didn't move on any more.
python3 -m revChatGPT --debug A login window pops up, the browser window automatically closes after successful login, and then keeps popping up the browser and then closes again