diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-01-23 13:41:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 13:41:07 +0100 |
commit | 9705e7fc20f1b94bc33e2edab564d92e19d88852 (patch) | |
tree | e0ab64fe647d80cfb0dcd312640baa5b21f7c49c /g4f/Provider | |
parent | Merge pull request #1502 from GetTuh/main (diff) | |
download | gpt4free-9705e7fc20f1b94bc33e2edab564d92e19d88852.tar gpt4free-9705e7fc20f1b94bc33e2edab564d92e19d88852.tar.gz gpt4free-9705e7fc20f1b94bc33e2edab564d92e19d88852.tar.bz2 gpt4free-9705e7fc20f1b94bc33e2edab564d92e19d88852.tar.lz gpt4free-9705e7fc20f1b94bc33e2edab564d92e19d88852.tar.xz gpt4free-9705e7fc20f1b94bc33e2edab564d92e19d88852.tar.zst gpt4free-9705e7fc20f1b94bc33e2edab564d92e19d88852.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/Chatgpt4Online.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/Chatgpt4Online.py b/g4f/Provider/Chatgpt4Online.py index c2c66fd8..4135ec9d 100644 --- a/g4f/Provider/Chatgpt4Online.py +++ b/g4f/Provider/Chatgpt4Online.py @@ -12,7 +12,7 @@ class Chatgpt4Online(AsyncGeneratorProvider): url = "https://chatgpt4online.org" supports_message_history = True supports_gpt_35_turbo = True - working = True + working = False # cloudfare block ! _wpnonce = None @classmethod @@ -73,4 +73,4 @@ class Chatgpt4Online(AsyncGeneratorProvider): elif line["type"] == "live": yield line["data"] elif line["type"] == "end": - break
\ No newline at end of file + break |