diff options
Diffstat (limited to 'g4f/Provider/Providers/Yqcloud.py')
-rw-r--r-- | g4f/Provider/Providers/Yqcloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/Providers/Yqcloud.py b/g4f/Provider/Providers/Yqcloud.py index 488951dd..fae44682 100644 --- a/g4f/Provider/Providers/Yqcloud.py +++ b/g4f/Provider/Providers/Yqcloud.py @@ -9,6 +9,7 @@ model = [ ] supports_stream = True needs_auth = False +working = False def _create_completion(model: str, messages: list, stream: bool, **kwargs): |