mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
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:
parent
80645f2763
commit
7b1895f862
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue