fix: model name typo

This commit is contained in:
sparanoid 2024-03-08 09:06:30 -08:00 committed by GitHub
parent 4fb22ad4ce
commit c3783bce4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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