Skip to content

Commit

Permalink
feat: add claude-3-5-sonnet model
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosette committed Jun 22, 2024
1 parent 635e43d commit fad8e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ const anthropicModels = [
"claude-3-sonnet-20240229",
"claude-3-opus-20240229",
"claude-3-haiku-20240307",
"claude-3-5-sonnet-20240620",
];

export const DEFAULT_MODELS = [
Expand Down

0 comments on commit fad8e4a

Please sign in to comment.