mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Remove PollinationsAI from best_provider list for gpt-4.1-nano model
This commit is contained in:
parent
50760a94e4
commit
92c083440f
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ gpt_4_1_mini = Model(
|
|||
gpt_4_1_nano = Model(
|
||||
name = 'gpt-4.1-nano',
|
||||
base_provider = 'OpenAI',
|
||||
best_provider = IterListProvider([Blackbox, PollinationsAI])
|
||||
best_provider = IterListProvider([Blackbox])
|
||||
)
|
||||
|
||||
gpt_4_5 = Model(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue