Skip to content

Commit

Permalink
Merge pull request #184 from langchain-ai/brace/add-3-haiku-back
Browse files Browse the repository at this point in the history
fix: Add back claude 3 haiku old
  • Loading branch information
bracesproul authored Nov 4, 2024
2 parents c8ecae5 + 38418fa commit 11dcdc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export const ANTHROPIC_MODELS = [
label: "Claude 3.5 Haiku",
isNew: true,
},
{
name: "claude-3-haiku-20240307",
label: "Claude 3 Haiku (old)",
isNew: false,
},
// {
// name: "claude-3-5-sonnet-20240620",
// label: "Claude 3.5 Sonnet",
Expand Down

0 comments on commit 11dcdc2

Please sign in to comment.