diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-22 21:20:46 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-22 21:20:46 +0100 |
commit | fc74c8f3505e75fd12efadb9583865a6afcea72f (patch) | |
tree | 711c23b7843d12663fd34d886558da74ab6f5abc /g4f/Provider/ChatgptDemoAi.py | |
parent | Fix Phind and GptGo Provider (diff) | |
download | gpt4free-fc74c8f3505e75fd12efadb9583865a6afcea72f.tar gpt4free-fc74c8f3505e75fd12efadb9583865a6afcea72f.tar.gz gpt4free-fc74c8f3505e75fd12efadb9583865a6afcea72f.tar.bz2 gpt4free-fc74c8f3505e75fd12efadb9583865a6afcea72f.tar.lz gpt4free-fc74c8f3505e75fd12efadb9583865a6afcea72f.tar.xz gpt4free-fc74c8f3505e75fd12efadb9583865a6afcea72f.tar.zst gpt4free-fc74c8f3505e75fd12efadb9583865a6afcea72f.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/ChatgptDemoAi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/ChatgptDemoAi.py b/g4f/Provider/ChatgptDemoAi.py index 90d0c096..a8c98b65 100644 --- a/g4f/Provider/ChatgptDemoAi.py +++ b/g4f/Provider/ChatgptDemoAi.py @@ -9,7 +9,7 @@ from .helper import get_random_string class ChatgptDemoAi(AsyncGeneratorProvider): url = "https://chat.chatgptdemo.ai" - working = True + working = False supports_gpt_35_turbo = True supports_message_history = True |