Skip to content

Commit

Permalink
Merge branch 'refs/heads/main-stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jun 20, 2024
2 parents 9af1a6a + 7d6d7e6 commit ecb0e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/llms/server/anthropic/anthropic.models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const hardcodedAnthropicModels: (ModelDescriptionSchema & { isLegacy?: bo

// Claude 3 models
{
id: 'claude-3-opus', // claude-3-opus-20240229
id: 'claude-3-opus-20240229',
label: 'Claude 3 Opus',
created: roundTime('2024-02-29'),
description: 'Powerful model for complex tasks',
Expand All @@ -70,7 +70,7 @@ export const hardcodedAnthropicModels: (ModelDescriptionSchema & { isLegacy?: bo
benchmark: { cbaElo: 1256, cbaMmlu: 86.8 },
},
{
id: 'claude-3-sonnet', // claude-3-sonnet-20240229
id: 'claude-3-sonnet-20240229',
label: 'Claude 3 Sonnet',
created: roundTime('2024-02-29'),
description: 'Balance of speed, cost, and performance',
Expand All @@ -83,7 +83,7 @@ export const hardcodedAnthropicModels: (ModelDescriptionSchema & { isLegacy?: bo
hidden: true,
},
{
id: 'claude-3-haiku', // claude-3-haiku-20240307
id: 'claude-3-haiku-20240307',
label: 'Claude 3 Haiku',
created: roundTime('2024-03-07'),
description: 'Fastest, most cost-effective model',
Expand Down

0 comments on commit ecb0e07

Please sign in to comment.