Skip to content

Commit e5e68b3

Browse files
authored
Update models.py
1 parent 219ac0c commit e5e68b3

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
@@ -391,7 +391,7 @@ class VisionModel(Model):
391391
llama_4_scout = Model(
392392
name = "llama-4-scout",
393393
base_provider = "Meta Llama",
394-
best_provider = IterListProvider([DeepInfra, PollinationsAI, Together, Cloudflare])
394+
best_provider = IterListProvider([PollinationsAI, Together, Cloudflare])
395395
)
396396

397397
llama_4_maverick = Model(

0 commit comments

Comments
 (0)