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

View File

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