Skip to content

Commit

Permalink
Adds Vertex AI aliases for Claude
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Gomes committed Nov 22, 2024
1 parent 29e6a1c commit 1ce8da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/lib/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ const MODEL_DISPLAY_NAMES: { [key: string]: string } = {
"claude-instant-1.2": "Claude Instant 1.2",
"claude-3-5-sonnet-20240620": "Claude 3.5 Sonnet",
"claude-3-5-sonnet-20241022": "Claude 3.5 Sonnet (New)",
"claude-3-5-sonnet-v2@20241022": "Claude 3.5 Sonnet (New)",
"claude-3.5-sonnet-v2@20241022": "Claude 3.5 Sonnet (New)",

// Google Models
"gemini-1.5-pro": "Gemini 1.5 Pro",
Expand Down

0 comments on commit 1ce8da9

Please sign in to comment.