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

**Description** I tried to use the async `ask_stream` variant of AsyncChatbot with Official API. I currently just use the `ask` function which works great but I would like to stream...

bug

When I used the browserless it gives me 3 or more messages. There is no error or anything that gives me a error messages.

bug

The program is hang by the infinite loop in get_cf-cookies function. And i debug into the response of chatgpt web page as below, ``` driver.Get("https://chat.openai.com/chat") print(driver.page_source) ``` ![image](https://user-images.githubusercontent.com/24621410/216538187-06425721-00bb-4662-9145-8f668d6bf107.png)

bug

**Description** So after "Spawning browser" appears, the message came out with it. **Steps to Reproduce** Input: ``` from revChatGPT.ChatGPT import Chatbot chatbot = Chatbot({ "session_token": "" }) # You can...

bug

**Description** I'm experiencing a strange error. The response message is simply "That model does not exit". **Output** ``` Spawning browser... Browser spawned. Found Cloudflare Cookie! click event {"detail":{"message":"That model does...

bug

**Description** ![image_2023-02-03_000929342](https://user-images.githubusercontent.com/21144281/216471636-4867af9a-3844-4b27-8278-4ff72877f9a5.png) **Steps to Reproduce** ¯\_(ツ)_/¯ **Expected behavior** For it to see my config.json that has a token ![image_2023-02-03_001103366](https://user-images.githubusercontent.com/21144281/216471863-b21540f2-429f-4cd0-8810-a48689e4876a.png) **Output** In the correct directory, run the following command: `python3 -m...

bug

I can't receive response by using browser API, and the program will keep spawning browser until exception "Clearance refreshing...". I'll appreciate it if you can help me. ![image](https://user-images.githubusercontent.com/69443774/216365949-96e0cc63-c02c-4b1a-9778-7a388fcb6b21.png) ![image](https://user-images.githubusercontent.com/69443774/216366022-2b82784f-c156-42ad-a816-3126a85ee32b.png)

bug

Always got stuck at 'Spawning browser...'. Please help!

bug

**Description** When using a single ChatBot object instance for a while I notice it's reponses become strangely cutoff **Steps to Reproduce** I don't know what the exact issue is, but...

bug