ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

Reverse engineered ChatGPT API

Results 343 ChatGPT issues
Sort by recently updated
recently updated
newest added

**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...

bug

**Is your feature request related to a problem? Please describe.** Examples needed for AsyncChatbot usage.

help wanted

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...

bug

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']) ```

bug

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....

bug

**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()...

bug

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...

bug

i run the response_test.py,but the page stopped at the login page and it didn't move on any more.

bug

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

bug