mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 17:59:42 +00:00
shu/gemini 2.5 pro support (#2109)
This commit is contained in:
parent
a72fcadd9a
commit
7e5e684f53
3 changed files with 37 additions and 2 deletions
|
@ -279,7 +279,15 @@ def setup_llm_providers() -> None:
|
|||
else:
|
||||
update_or_add_env_var("GEMINI_API_KEY", gemini_api_key)
|
||||
update_or_add_env_var("ENABLE_GEMINI", "true")
|
||||
model_options.extend(["GEMINI_FLASH_2_0", "GEMINI_FLASH_2_0_LITE", "GEMINI_PRO"])
|
||||
model_options.extend(
|
||||
[
|
||||
"GEMINI_FLASH_2_0",
|
||||
"GEMINI_FLASH_2_0_LITE",
|
||||
"GEMINI_PRO",
|
||||
"GEMINI_2.5_PRO_PREVIEW_03_25",
|
||||
"GEMINI_2.5_PRO_EXP_03_25",
|
||||
]
|
||||
)
|
||||
else:
|
||||
update_or_add_env_var("ENABLE_GEMINI", "false")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue