Skip to content

Commit

Permalink
feat: add sonnet 3.5 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Jul 11, 2024
1 parent f7d81c4 commit 9669dfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ export const LLM_MODELS = [
{
name: "Claude 3 Opus",
tag: "anthropic.claude-3-opus-20240229-v1:0"
},
{
name: "Claude 3.5 Sonnet",
tag: "anthropic.claude-3-5-sonnet-20240620-v1:0"
}
]

0 comments on commit 9669dfa

Please sign in to comment.