fix: model name typo (#1109)

This commit is contained in:
sparanoid 2024-03-10 12:44:49 -04:00 committed by GitHub
parent 45940dcb12
commit a45fc7d736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,5 +59,5 @@ func (a *Adaptor) GetModelList() []string {
}
func (a *Adaptor) GetChannelName() string {
return "authropic"
return "anthropic"
}