fix: fix haiku model name (close #1149)

This commit is contained in:
JustSong
2024-03-14 23:13:05 +08:00
parent be9eb59fbb
commit e3767cbb07
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ package anthropic
var ModelList = []string{
"claude-instant-1.2", "claude-2.0", "claude-2.1",
"claude-3-haiku-20240229",
"claude-3-haiku-20240307",
"claude-3-sonnet-20240229",
"claude-3-opus-20240229",
}