mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
Fix setup.sh to include the last anthropic models (#282)
This commit is contained in:
parent
625b4dff9f
commit
4b352b2ad0
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -69,7 +69,7 @@ setup_llm_providers() {
|
|||
else
|
||||
update_or_add_env_var "ANTHROPIC_API_KEY" "$anthropic_api_key"
|
||||
update_or_add_env_var "ENABLE_ANTHROPIC" "true"
|
||||
model_options+=("ANTHROPIC_CLAUDE3")
|
||||
model_options+=("ANTHROPIC_CLAUDE3_OPUS" "ANTHROPIC_CLAUDE3_SONNET" "ANTHROPIC_CLAUDE3_HAIKU")
|
||||
fi
|
||||
else
|
||||
update_or_add_env_var "ENABLE_ANTHROPIC" "false"
|
||||
|
|
Loading…
Add table
Reference in a new issue