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** When chatGPT takes longer than 1 minute to respond to a prompt, it gets cut off and when on the browser client, it replies with "error in...

bug

The following error occurred when the code ran to this line: chatbot = Chatbot(config, conversation_id=None) **_"asyncio.run() cannot be called from a running event loop") RuntimeError: asyncio.run() cannot be called from...

bug

Looks like this check leads to the same result either way. https://github.com/acheong08/ChatGPT/blob/e11b7662d9f701015ff6bc00bd06bd471b9c9378/src/revChatGPT/revChatGPT.py#L370-L373 From what I can see this could be introduced by mistake in 6d78d039f58ec7c4ad1c165536a90031597833fa.

**Describe the bug** Getting this exception when trying to start the chatbot ``` Traceback (most recent call last): File "/code/manage.py", line 15, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.9/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line...

bug

**Describe the bug** When using the command `revChatGPT`, it doesn't initiallize correctly, and an error is shown: `Error when logging in: "There is no current loop in thread 'MainThread'"` **Output**...

bug

Is there currently a way to automatically create a new account on openai with their API? Would love it if I could get new users as part of the API....

After login in with session token and calling ```.get_chat_response("hello there", output="text")``` I get ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/revChatGPT/revChatGPT.py", line 211, in __get_chat_text response = response.text.splitlines()[-4] IndexError: list...

bug

I am trying to run the following code for testing: (I am using the latest version of revChatGPT and running it on the desktop (not server)) ``` from revChatGPT.revChatGPT import...

**Describe the bug** A clear and concise description of what the bug is. I want to ask an asynchronous question. The nest_asyncio library judges whether the loop is of the...

bug

![image](https://user-images.githubusercontent.com/86822589/207755571-3640523a-34db-41ec-a993-7d60cfaa1b8c.png)