feat: Update model lists and mappings for Claude 3.5 versions

This commit is contained in:
Laisky.Cai
2024-11-05 00:50:18 +00:00
parent 12be7700b9
commit 62a8ea9967
3 changed files with 8 additions and 3 deletions

View File

@@ -15,9 +15,10 @@ import (
var ModelList = []string{
"claude-3-haiku@20240307",
"claude-3-opus@20240229",
"claude-3-5-sonnet@20240620",
"claude-3-sonnet@20240229",
"claude-3-5-sonnet@20240620",
"claude-3-5-sonnet-v2@20241022",
"claude-3-5-haiku@20241022",
}
const anthropicVersion = "vertex-2023-10-16"