File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
conversational-ai/models/tts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The following example shows a starting `tts` parameter configuration you can use
1818"tts" : {
1919 "vendor" : " minimax" ,
2020 "params" : {
21- "api_key " : " <minimax_key>" ,
21+ "key " : " <minimax_key>" ,
2222 "group_id" : " <minimax_group_id>" ,
2323 "model" : " speech-02-turbo" ,
2424 "voice_setting" : {
@@ -34,7 +34,7 @@ The parameters listed on this page are validated for use with <Vpd k="NAME" />.
3434</Admonition >
3535
3636<ParameterList title = " tts" required = { true } >
37- <Parameter name = " api_key " type = " string" required = { true } >
37+ <Parameter name = " key " type = " string" required = { true } >
3838 The MiniMax API key used to authenticate requests. You must provide a valid key for the service to function.
3939 </Parameter >
4040 <Parameter name = " group_id" type = " string" required = { true } >
You can’t perform that action at this time.
0 commit comments