Skip to content

Commit

Permalink
expose sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jun 21, 2024
1 parent e09eaec commit d0ea99c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ model_list:
model: gpt-3.5-turbo-16k
api_key: os.environ/OPENAI_API_KEY
# Anthropic
- model_name: claude-3-5-sonnet-20240620
litellm_params:
model: claude-3-5-sonnet-20240620
api_key: "os.environ/ANTHROPIC_API_KEY"
- model_name: claude-3-opus-20240229
litellm_params:
model: claude-3-opus-20240229
Expand Down

0 comments on commit d0ea99c

Please sign in to comment.