feat: 支持 MiniMax 音色克隆和 2.8 语音模型

This commit is contained in:
2026-06-17 02:13:21 +08:00
parent 02ba5d3cdd
commit c4341335d7
20 changed files with 1645 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ type Store struct {
}
func defaultAPIKeyScopes() []string {
return []string{"chat", "embedding", "rerank", "image", "video", "music", "audio"}
return []string{"chat", "embedding", "rerank", "image", "video", "music", "audio", "voice_clone"}
}
func normalizeAPIKeyScopes(scopes []string) []string {