feat(g4f/Provider/Blackbox.py): Add Gemini-Flash-2.0 model and improve premium handling

This commit is contained in:
kqlio67 2025-02-07 19:50:21 +02:00
parent 21eecea02f
commit 59c65a096f
3 changed files with 8 additions and 6 deletions

View file

@ -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(