From 59eae186a3ab7270094be987a6f94a239c243559 Mon Sep 17 00:00:00 2001 From: ZhangTianrong Date: Sun, 22 Dec 2024 05:58:29 -0500 Subject: [PATCH] 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 --- relay/adaptor/anthropic/constants.go | 1 - 1 file changed, 1 deletion(-) diff --git a/relay/adaptor/anthropic/constants.go b/relay/adaptor/anthropic/constants.go index cb574706..8ea7c4d8 100644 --- a/relay/adaptor/anthropic/constants.go +++ b/relay/adaptor/anthropic/constants.go @@ -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", }