summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/FakeGpt.py
diff options
context:
space:
mode:
authorRasyiidWho <rasyiidwho@gmail.com>2024-02-05 12:29:15 +0100
committerRasyiidWho <rasyiidwho@gmail.com>2024-02-05 12:29:15 +0100
commit5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac (patch)
treeadc0526f148e02305acb0a59708d2ffad2eb03cd /g4f/Provider/FakeGpt.py
parentFix key error in set_cookies (diff)
downloadgpt4free-5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac.tar
gpt4free-5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac.tar.gz
gpt4free-5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac.tar.bz2
gpt4free-5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac.tar.lz
gpt4free-5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac.tar.xz
gpt4free-5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac.tar.zst
gpt4free-5e9a95a58eb9fbb06ddd130b88b1d4a97bcbc9ac.zip
Diffstat (limited to 'g4f/Provider/FakeGpt.py')
-rw-r--r--g4f/Provider/FakeGpt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/FakeGpt.py b/g4f/Provider/FakeGpt.py
index a88f3682..ee14abf4 100644
--- a/g4f/Provider/FakeGpt.py
+++ b/g4f/Provider/FakeGpt.py
@@ -11,7 +11,7 @@ from .helper import format_prompt, get_random_string
class FakeGpt(AsyncGeneratorProvider):
url = "https://chat-shared2.zhile.io"
supports_gpt_35_turbo = True
- working = True
+ working = False
_access_token = None
_cookie_jar = None