reverse-engineered-chatgpt icon indicating copy to clipboard operation
reverse-engineered-chatgpt copied to clipboard

Unofficial reverse-engineered ChatGPT API in Python

Results 14 reverse-engineered-chatgpt issues
Sort by recently updated
recently updated
newest added

"Our systems have detected unusual activity from your device. Please try again later."}

(403, Forbidden : application/json : {"detail":"Unusual activity has been detected from your device. Try again later. (887304f37b1122d8-HKG)"}

对话异常 errors.UnexpectedResponseError: An unexpected error occurred. Error message: 'NoneType' object is not subscriptable. This is what the server returned: {"detail":"Unusual activity has been detected from your device. Try again later....

Collecting git+https://github.com/Zai-Kun/reverse-engineered-chatgpt (from -r requirements.txt (line 12)) Cloning https://github.com/Zai-Kun/reverse-engineered-chatgpt to c:\users\jhon\appdata\local\temp\pip-req-build-4681u755 Running command git clone --filter=blob:none --quiet https://github.com/Zai-Kun/reverse-engineered-chatgpt 'C:\Users\jhon\AppData\Local\Temp\pip-req-build-4681u755' Resolved https://github.com/Zai-Kun/reverse-engineered-chatgpt to commit b10cee12210716b3b9da4d76e84edf2df7cd93d7 Preparing metadata (setup.py) ... error error:...

anyone creating a porting for nodejs env ? seems like i cant find any working libs in nodejs env

Enter your prompt: hi Traceback (most recent call last): File "d:\Working on\ml\research\test.py", line 1031, in for message in conversation.chat(prompt): File "d:\Working on\ml\research\research\Lib\site-packages\re_gpt\sync_chatgpt.py", line 142, in chat raise UnexpectedResponseError(error, server_response) re_gpt.errors.UnexpectedResponseError:...

Hi, great project. Thank you for keeping it up to date. When I try it, all I see as output is my prompt, but the answer never comes. The script...

I started playing with basic examples and failed to run it ``` Exception has occurred: UnexpectedResponseError An unexpected error occurred. Error message: 'NoneType' object is not subscriptable. This is what...