fix for 500 Internal Server Error #2199 [Request] Blackbox provider now support Gemini and LLaMa 3.1 models #2198 with some stuff from #2196

This commit is contained in:
zukixa 2024-08-28 23:03:32 -07:00
parent a338ed5883
commit bda2d67927
21 changed files with 366 additions and 297 deletions

View file

@ -19,7 +19,7 @@ class You(AsyncGeneratorProvider, ProviderModelMixin):
working = True
supports_gpt_35_turbo = True
supports_gpt_4 = True
default_model = "gpt-3.5-turbo"
default_model = "gpt-4o-mini"
default_vision_model = "agent"
image_models = ["dall-e"]
models = [