ChatGPT
ChatGPT copied to clipboard
Reverse engineered ChatGPT API
Hi, thank you very much for your work on this project! When I'm using the CLI, the first Enter goes into a new line and the second Enter sends the...
**Describe the bug** This seems to be an issure with the json, these are the diffrent codes ive put into the config.json (sometimes changing the tokens fixes it for a...
I have installed revChatGPT via `pip3 install revChatGPT`,but when I run __main__.py ,errors occured , using command `pip list | grep revChatGPT`local shows that revChatGPT installed successfully. Local environment and...
**Describe the bug** Sometimes chatgpt don't give an answer to the question. When it happens, response, which is 114 line in _revChatGPT.py_ `response = s.post( "https://chat.openai.com/backend-api/conversation", data=json.dumps(data), )`, will be...
config.json contains only `Authorization` field. ``` gitpod /workspace/ChatGPT (main) $ python3 -m revChatGPT --debug ChatGPT - A command-line interface to OpenAI's ChatGPT (https://chat.openai.com/chat) Repo: github.com/acheong08/ChatGPT Run with --debug to enable...
when run this: async def printMessage(): async for i in await chatbot.get_chat_response("hello", output="stream"): print(i['message']) asyncio.run(printMessage()) error report: async for i in await chatbot.get_chat_response("hello", output="stream"): TypeError: object generator can't be used...
**Describe the bug** I'm not able to login. **To Reproduce** Steps to reproduce the behavior: 1. Use the library as normal, with email/password or session token. 2. If you are...
**Describe the bug** ubuntu 20.05 revChatGPT==0.0a42 OpenAIAuth==0.0.6 config: { "email": "xxx", "password": "xxx", "proxy": 'http://xxxx:xxx" } CLI running error: Response not in correct format! Illegal header value b'Bearer ' code:...
The tutorial on how to deploy on the server is a little unclear. Can you explain in detail how to obtain cf_clearance and user_agent on the server?
indro: A simple implementation of your project, which can be quickly called for further encapsulation. my repo ad: [https://github.com/AIGCT/EASYChatGPT](https://github.com/AIGCT/EASYChatGPT) Thanks