mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
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:
parent
a338ed5883
commit
bda2d67927
21 changed files with 366 additions and 297 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue