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

When I run the command: python3 -m revChatGPT.Official --api_key API_KEY --stream the following error : openai.error.InvalidRequestError: That model does not exist revChatGPT=1.2.1 ENGINE=text-chat-davinci-002-20221122

bug

Logging in... Spawning browser... Traceback (most recent call last): File "/workspaces/codespaces-blank/ChatGPT/src/revChatGPT/Unofficial.py", line 817, in main() File "/workspaces/codespaces-blank/ChatGPT/src/revChatGPT/Unofficial.py", line 813, in main chatGPT_main(configure()) File "/workspaces/codespaces-blank/ChatGPT/src/revChatGPT/Unofficial.py", line 745, in chatGPT_main chatbot =...

bug
stale

**Description** I started a fastapi service using "text-chat-davinci-002-20221122" model, but 30 mins ago it went wrong with message "something went wrong", when I turned back to your code "__main__.py", it...

bug
stale

**Description** ![image](https://user-images.githubusercontent.com/11807657/217798832-e0e11b32-db6c-413f-8724-033a376bb03d.png) so, I try to use session_token: from revChatGPT.Unofficial import Chatbot str_session= '5NyvISVdw5vE1eijMWouLg_GKmaW4wmV436....................' my_Chatbot = Chatbot(dict(session_token=str_session, proxy='http://127.0.0.1:8080'), conversation_id=None, parent_id=None) Then, Chrome alway be redirected to Login page...., and can't...

bug

**Is your feature request related to a problem? Please describe.** It's not directly related to a problem, just found out a different response from OpenAI today which could be informative...

Hello, I have subscribed to the Chatgpt plus. Does someone have an idea about how to modify unoffical.py to log into the Chatgpt plus when the capacity for the standard...

bug

https://github.com/acheong08/ChatGPT/blob/f298db5f0a9ee4d773abcc4e4e9a3cede2814ec9/src/revChatGPT/Official.py#L13 **That model does not exist**

How I can access API from browser something like 127.0.0.1/chat ?

First of all great module. Now, for past few days it was working great, since today Im receiving this error RANDOMLY ``` ` bla bla bla... ACTUAL ERROR: The origin...

bug
stale