feat: add support claude-3.7-sonnet

This commit is contained in:
longkeyy
2025-02-25 18:07:37 +08:00
parent 8df4a2670b
commit 7fed66d584
5 changed files with 84 additions and 74 deletions

View File

@@ -19,6 +19,7 @@ var ModelList = []string{
"claude-3-5-sonnet@20240620",
"claude-3-5-sonnet-v2@20241022",
"claude-3-5-haiku@20241022",
"claude-3-7-sonnet@20250219",
}
const anthropicVersion = "vertex-2023-10-16"