From c3783bce4efc88cd013efd024b7322faedece4b8 Mon Sep 17 00:00:00 2001 From: sparanoid Date: Fri, 8 Mar 2024 09:06:30 -0800 Subject: [PATCH] fix: model name typo --- relay/channel/anthropic/adaptor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/channel/anthropic/adaptor.go b/relay/channel/anthropic/adaptor.go index 4b873715..f2acac9e 100644 --- a/relay/channel/anthropic/adaptor.go +++ b/relay/channel/anthropic/adaptor.go @@ -61,5 +61,5 @@ func (a *Adaptor) GetModelList() []string { } func (a *Adaptor) GetChannelName() string { - return "authropic" + return "anthropic" }