mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 00:22:09 +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"
|
url = "https://chatgpt4online.org"
|
||||||
supports_message_history = True
|
supports_message_history = True
|
||||||
supports_gpt_35_turbo = True
|
supports_gpt_35_turbo = True
|
||||||
working = True
|
working = False # cloudfare block !
|
||||||
_wpnonce = None
|
_wpnonce = None
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@ -73,4 +73,4 @@ class Chatgpt4Online(AsyncGeneratorProvider):
|
|||||||
elif line["type"] == "live":
|
elif line["type"] == "live":
|
||||||
yield line["data"]
|
yield line["data"]
|
||||||
elif line["type"] == "end":
|
elif line["type"] == "end":
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user