Skip to content

Commit 958bab3

Browse files
committed
Merge branch 'staging' of github.com:/AgoraIO/Doc-Source-Private into staging
2 parents afd70a4 + 3a22c8a commit 958bab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conversational-ai/models/tts/minimax.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}>

0 commit comments

Comments
 (0)