XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update models.py

017dcea3
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/models.py +1 -1
@@ -428,7 +428,7 @@ mistral_small_24b = Model(
428 428 mistral_small_3_1_24b = Model(
429 429 name = "mistral-small-3.1-24b",
430 430 base_provider = "Mistral AI",
431 best_provider = IterListProvider([DeepInfra, PollinationsAI])
431 best_provider = IterListProvider([PollinationsAI])
432 432 )
433 433
434 434 ### NousResearch ###