refactor: aws

This commit is contained in:
CaIon
2025-10-15 16:44:33 +08:00
parent aa35d8db69
commit 8b65623726
7 changed files with 108 additions and 113 deletions

View File

@@ -124,5 +124,5 @@ var ChannelName = "aws"
// 判断是否为Nova模型
func isNovaModel(modelId string) bool {
return strings.HasPrefix(modelId, "nova-")
return strings.Contains(modelId, "nova-")
}