Skip to content

Commit

Permalink
fix: remove the duplicate claude-3-5-haiku-20241022 in Anthropic's …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
ZhangTianrong and songquanpeng authored Dec 22, 2024
1 parent ce52f35 commit 59eae18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relay/adaptor/anthropic/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

0 comments on commit 59eae18

Please sign in to comment.