Skip to content

Commit a45fc7d

Browse files
authored
fix: model name typo (#1109)
1 parent 45940dc commit a45fc7d

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)