Skip to content

Commit

Permalink
feat(api): add sonnet suppport
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Nov 8, 2024
1 parent f8b4850 commit 84174f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/lib/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const models = {
"gpt-4o-2024-08-06": openai("gpt-4o-2024-08-06", ),
"gpt-4o-mini": openai("gpt-4o-mini"),
"claude-3-5-sonnet-20240620": anthropic("claude-3-5-sonnet-20240620"),
"claude-3-5-sonnet-20241022": anthropic("claude-3-5-sonnet-20241022"),
};

export const getModel = (name: string) => {
Expand Down

0 comments on commit 84174f6

Please sign in to comment.