fix: remove the duplicate claude-3-5-haiku-20241022 in Anthropic's base model list (#1957)

* Update constants.go

Remove the duplicate `claude-3-5-haiku-20241022` causing issue 1928

* fix: fix syntax error

---------

Co-authored-by: JustSong <quanpengsong@gmail.com>
This commit is contained in:
ZhangTianrong 2024-12-22 05:58:29 -05:00 committed by GitHub
parent ce52f355bb
commit 59eae186a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,5 +9,4 @@ var ModelList = []string{
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-20241022",
"claude-3-5-sonnet-latest",
"claude-3-5-haiku-20241022",
}