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

ChatGPT: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\mayma\AppData\Local\Programs\Python\Python311\Lib\site-packages\revChatGPT\Official.py", line 502, in main() File "C:\Users\mayma\AppData\Local\Programs\Python\Python311\Lib\site-packages\revChatGPT\Official.py", line 495, in main...

bug
stale

You're doing a great job! Sorry to ask this question, but I was wondering what exactly PROXY_URL (https://chat.duti.tech) was doing in the V2 version. It seems to be doing something...

python3 -m revChatGPT.V2 -e ********@qq.com -p ******** --paid ![image](https://user-images.githubusercontent.com/74664452/218327801-37b41100-af0a-4909-bff9-59e1bb2d9833.png) When I run "python3 example.py", the error message is as follows: from revChatGPT.V2 import Chatbot async def main(): chatbot = Chatbot(email="*******@qq.com",...

bug

python3 -m revChatGPT.V2 -e ********@qq.com -p ******* ![image](https://user-images.githubusercontent.com/74664452/218320409-8d1b9a49-4f78-4419-961a-05c588ae7121.png)

bug

![image](https://user-images.githubusercontent.com/86822589/218319771-b3030caa-7d5c-49e6-a866-6db838215cef.png)

建议以API-Key的方式交互,以账户登录太困难了。

revChatGPT.V2这个版本 Traceback (most recent call last): File "e:\admin\Desktop\openai\chatgpt.py", line 10, in asyncio.run(main()) File "D:\Python\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "D:\Python\lib\asyncio\base_events.py", line 649, in run_until_complete return future.result() File "e:\admin\Desktop\openai\chatgpt.py",...

bug

Traceback (most recent call last): File "C:\Users\cAke\AppData\Local\Programs\Python\Python38\lib\site-packages\anyio\streams\tls.py", line 130, in _call_sslobject_method result = func(*args) File "C:\Users\cAke\AppData\Local\Programs\Python\Python38\lib\ssl.py", line 944, in do_handshake self._sslobj.do_handshake() ssl.SSLSyscallError: Some I/O error occurred (_ssl.c:1131) The above exception...

self.access_token = response.json()["accessToken"] ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ KeyError: 'accessToken'

bug