Skip to content

Commit

Permalink
🔖 chore: Add claude-3-5-haiku-20241022 model to the mapping on AWS/ve…
Browse files Browse the repository at this point in the history
…rtexai
  • Loading branch information
MartialBE committed Nov 4, 2024
1 parent 5f643c1 commit a5d2aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions providers/bedrock/category/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func GetModelName(modelName string) string {
"claude-3-opus-20240229": "anthropic.claude-3-opus-20240229-v1:0",
"claude-3-sonnet-20240229": "anthropic.claude-3-sonnet-20240229-v1:0",
"claude-3-haiku-20240307": "anthropic.claude-3-haiku-20240307-v1:0",
"claude-3-5-haiku-20241022": "anthropic.claude-3-5-haiku-20241022-v1:0",
"claude-2.1": "anthropic.claude-v2:1",
"claude-2.0": "anthropic.claude-v2",
"claude-instant-1.2": "anthropic.claude-instant-v1",
Expand Down
1 change: 1 addition & 0 deletions providers/vertexai/category/claude.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var claudeMap = map[string]string{
"claude-3-opus-20240229": "claude-3-opus@20240229",
"claude-3-sonnet-20240229": "claude-3-sonnet@20240229",
"claude-3-haiku-20240307": "claude-3-haiku@20240307",
"claude-3-5-haiku-20241022": "claude-3-5-haiku@20241022",
}

func init() {
Expand Down

0 comments on commit a5d2aba

Please sign in to comment.