WebChatGPT icon indicating copy to clipboard operation
WebChatGPT copied to clipboard

Python SDK/API for ChatGPT Web-Version

Results 4 WebChatGPT issues
Sort by recently updated
recently updated
newest added

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

Traceback (most recent call last): File "/workspaces/WebChatGPT/main.py", line 5, in response = bot.chat('') File "/workspaces/WebChatGPT/WebChatGPT/main.py", line 266, in chat return for_stream() if stream else for_non_stream() File "/workspaces/WebChatGPT/WebChatGPT/main.py", line 264, in...

Hi, thank you for creating this Tool. I think the model parameter recently broke, or they changed the model names. I was using ChatGPT with model="gpt-4" like one week ago...

bug