diff options
author | kqlio67 <166700875+kqlio67@users.noreply.github.com> | 2024-07-08 22:51:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 22:51:03 +0200 |
commit | a2f11e409d27dc66855d3c818671ffeb7bfe764a (patch) | |
tree | 39786650692d0e124034b99ca830a6056a912c77 /g4f/Provider | |
parent | Add files via upload (diff) | |
download | gpt4free-a2f11e409d27dc66855d3c818671ffeb7bfe764a.tar gpt4free-a2f11e409d27dc66855d3c818671ffeb7bfe764a.tar.gz gpt4free-a2f11e409d27dc66855d3c818671ffeb7bfe764a.tar.bz2 gpt4free-a2f11e409d27dc66855d3c818671ffeb7bfe764a.tar.lz gpt4free-a2f11e409d27dc66855d3c818671ffeb7bfe764a.tar.xz gpt4free-a2f11e409d27dc66855d3c818671ffeb7bfe764a.tar.zst gpt4free-a2f11e409d27dc66855d3c818671ffeb7bfe764a.zip |
Diffstat (limited to 'g4f/Provider')
-rw-r--r-- | g4f/Provider/deprecated/Yqcloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/deprecated/Yqcloud.py b/g4f/Provider/deprecated/Yqcloud.py index 2ec6931a..227f8995 100644 --- a/g4f/Provider/deprecated/Yqcloud.py +++ b/g4f/Provider/deprecated/Yqcloud.py @@ -9,7 +9,7 @@ from ..base_provider import AsyncGeneratorProvider, format_prompt class Yqcloud(AsyncGeneratorProvider): url = "https://chat9.yqcloud.top/" - working = True + working = False supports_gpt_35_turbo = True @staticmethod |