Revert "Merge branch 'songquanpeng:main' into main"

This reverts commit bc83d6547f, reversing
changes made to b2cc54fc5f.
This commit is contained in:
MotorBottle
2024-11-09 20:18:08 +08:00
parent bc83d6547f
commit e5fff395f5
13 changed files with 3 additions and 33 deletions

View File

@@ -34,7 +34,6 @@ var AwsModelIDMap = map[string]string{
"claude-3-5-sonnet-20241022": "anthropic.claude-3-5-sonnet-20241022-v2:0",
"claude-3-opus-20240229": "anthropic.claude-3-opus-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",
}
func awsModelID(requestModel string) (string, error) {