diff options
Diffstat (limited to 'g4f/Provider/FakeGpt.py')
-rw-r--r-- | g4f/Provider/FakeGpt.py | 2 |
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 |