mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
fix bug (#2249)
This commit is contained in:
parent
f4ea546ae4
commit
53f4c23ef9
2 changed files with 4 additions and 4 deletions
|
@ -739,9 +739,9 @@ if settings.ENABLE_NOVITA:
|
|||
# Set the value of my_vertex_credentials as the environment variable VERTEX_CREDENTIALS
|
||||
if settings.ENABLE_VERTEX_AI:
|
||||
LLMConfigRegistry.register_config(
|
||||
"VERTEX_GEMINI_2.5_PRO_EXP_03_25",
|
||||
"VERTEX_GEMINI_2.5_FLASH_PREVIEW_04_17",
|
||||
LLMConfig(
|
||||
"vertex_ai/gemini-2.5-pro-preview-03-25",
|
||||
"vertex_ai/gemini-2.5-flash-preview-04-17",
|
||||
["VERTEX_CREDENTIALS"],
|
||||
supports_vision=True,
|
||||
add_assistant_prefix=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue