Skip to content

Commit 017dcea

Browse files
authored
Update models.py
1 parent e5e68b3 commit 017dcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g4f/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ class VisionModel(Model):
428428
mistral_small_3_1_24b = Model(
429429
name = "mistral-small-3.1-24b",
430430
base_provider = "Mistral AI",
431-
best_provider = IterListProvider([DeepInfra, PollinationsAI])
431+
best_provider = IterListProvider([PollinationsAI])
432432
)
433433

434434
### NousResearch ###

0 commit comments

Comments
 (0)