feat: add support for Claude Sonnet 3.5 v2 (#1888)

This commit is contained in:
shaoyun
2024-10-27 17:10:02 +08:00
committed by GitHub
parent 629378691b
commit f092eed1db
4 changed files with 4 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ var ModelList = []string{
"claude-3-sonnet-20240229",
"claude-3-opus-20240229",
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-20241022",
}