Skip to content

Commit

Permalink
Add setup.sh to include the last anthropic models
Browse files Browse the repository at this point in the history
  • Loading branch information
OB42 committed May 8, 2024
1 parent 220f676 commit ccd9302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ccd9302

Please sign in to comment.