Fix setup.sh to include the last anthropic models (#282)

This commit is contained in:
OB42 2024-05-09 05:18:22 +02:00 committed by GitHub
parent 625b4dff9f
commit 4b352b2ad0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"