Skip to content

Commit

Permalink
🔖 chore: update bedrock model maping (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartialBE committed Apr 25, 2024
1 parent 2e41f70 commit 58a0b6f
Showing 1 changed file with 1 addition 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 @@ -34,6 +34,7 @@ func GetCategory(modelName string) (*Category, error) {

func GetModelName(modelName string) string {
bedrockMap := map[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-2.1": "anthropic.claude-v2:1",
Expand Down

0 comments on commit 58a0b6f

Please sign in to comment.