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

Hello, I got this error when trying to get response from the API : ``` Exception in thread Thread-1 (send_message_and_print_response): Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in...

Today it return error, It seems bypass captcha is not working ........ File ".../re_gpt/sync_chatgpt.py", line 135, in chat raise UnexpectedResponseError(error, server_response) re_gpt.errors.UnexpectedResponseError: An unexpected error occurred. Error message: 'NoneType' object...

File "C:\Users\dell\Documents\python projects\rdpapi\chatgpt\gpt.py", line 15, in for message in conversation.chat(prompt): File "C:\Users\dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\re_gpt\sync_chatgpt.py", line 135, in chat raise UnexpectedResponseError(error, server_response) re_gpt.errors.UnexpectedResponseError: An unexpected error occurred. Error message: 'NoneType' object is not...

I want like to create a Python file with my prompts in one coversation except all in different different conversations