feat: 支持 MiniMax 音色克隆和 2.8 语音模型
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user