Skip to content

Commit 8431128

Browse files
authored
fix: model name typo (songquanpeng#1109)
1 parent 41539a8 commit 8431128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay/channel/anthropic/adaptor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ func (a *Adaptor) GetModelList() []string {
5959
}
6060

6161
func (a *Adaptor) GetChannelName() string {
62-
return "authropic"
62+
return "anthropic"
6363
}

0 commit comments

Comments
 (0)