mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
feat(g4f/Provider/Blackbox.py): Add Gemini-Flash-2.0 model and improve premium handling
This commit is contained in:
parent
21eecea02f
commit
59c65a096f
3 changed files with 8 additions and 6 deletions
|
|
@ -344,7 +344,7 @@ gemini_1_5_pro = Model(
|
|||
gemini_2_0_flash = Model(
|
||||
name = 'gemini-2.0-flash',
|
||||
base_provider = 'Google DeepMind',
|
||||
best_provider = IterListProvider([PollinationsAI, GeminiPro, Liaobots])
|
||||
best_provider = IterListProvider([Blackbox, PollinationsAI, GeminiPro, Liaobots])
|
||||
)
|
||||
|
||||
gemini_2_0_flash_thinking = Model(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue