mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-22 15:05:57 +03:00
~ | Update Chatgpt4Online.py
clouldfare block on Chatgpt4Online
This commit is contained in:
parent
9a6df0210a
commit
9705e7fc20
@ -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
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user