fix: add Gemini 3.1 Flash Lite and 2.5 Flash Lite to quickstart

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Suchintan Singh 2026-04-26 00:05:35 -04:00
parent 80645f2763
commit 7b1895f862

View file

@ -143,8 +143,10 @@ def setup_llm_providers() -> None:
[
"GEMINI_3_PRO",
"GEMINI_3.0_FLASH",
"GEMINI_3.1_FLASH_LITE",
"GEMINI_2.5_PRO",
"GEMINI_2.5_FLASH",
"GEMINI_2.5_FLASH_LITE",
]
)
else: