diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/You.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g4f/Provider/You.py b/g4f/Provider/You.py index b85854b3..02735038 100644 --- a/g4f/Provider/You.py +++ b/g4f/Provider/You.py @@ -17,14 +17,11 @@ class You(AsyncGeneratorProvider, ProviderModelMixin): label = "You.com" url = "https://you.com" working = True - supports_gpt_35_turbo = True - supports_gpt_4 = True default_model = "gpt-4o-mini" default_vision_model = "agent" image_models = ["dall-e"] models = [ default_model, - "gpt-4o-mini", "gpt-4o", "gpt-4-turbo", "gpt-4", |