Skip to content

Commit f4d6a61

Browse files
authored
Merge pull request #82 from MiniMax-AI/fix/update-default-models
fix: update default speech and music models
2 parents 2910d66 + cb51da6 commit f4d6a61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

minimax_mcp/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# speech model default values
22
DEFAULT_VOICE_ID = "female-shaonv"
3-
DEFAULT_SPEECH_MODEL = "speech-2.6-hd"
4-
DEFAULT_MUSIC_MODEL = "music-2.0"
3+
DEFAULT_SPEECH_MODEL = "speech-2.8-hd"
4+
DEFAULT_MUSIC_MODEL = "music-2.6"
55
DEFAULT_SPEED = 1.0
66
DEFAULT_VOLUME = 1.0
77
DEFAULT_PITCH = 0

0 commit comments

Comments
 (0)