diff options
Diffstat (limited to 'g4f/Provider/Providers/You.py')
-rw-r--r-- | g4f/Provider/Providers/You.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/Providers/You.py b/g4f/Provider/Providers/You.py index 02a2774c..3c321118 100644 --- a/g4f/Provider/Providers/You.py +++ b/g4f/Provider/Providers/You.py @@ -9,6 +9,7 @@ url = 'https://you.com' model = 'gpt-3.5-turbo' supports_stream = True needs_auth = False +working = False def _create_completion(model: str, messages: list, stream: bool, **kwargs): |