From a45fc7d736e2c545fe1bb69de47cc0dede9f1c9a Mon Sep 17 00:00:00 2001 From: sparanoid Date: Sun, 10 Mar 2024 12:44:49 -0400 Subject: [PATCH] fix: model name typo (#1109) --- 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 5e291690..a165b35c 100644 --- a/relay/channel/anthropic/adaptor.go +++ b/relay/channel/anthropic/adaptor.go @@ -59,5 +59,5 @@ func (a *Adaptor) GetModelList() []string { } func (a *Adaptor) GetChannelName() string { - return "authropic" + return "anthropic" }