From 1ad214f5d5e565f89f29b5e893bb286dc846a352 Mon Sep 17 00:00:00 2001 From: lanhao Date: Thu, 2 Jul 2026 22:06:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20MiniMax=E9=9F=B3=E8=89=B2=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E4=B8=BAlanhao=5Fmilitary=5Fv2=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A812.wav=E9=87=8D=E6=96=B0=E5=85=8B=E9=9A=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- backend/app/services/minimax_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/services/minimax_service.py b/backend/app/services/minimax_service.py index 4f83cd2..6d5f8e7 100644 --- a/backend/app/services/minimax_service.py +++ b/backend/app/services/minimax_service.py @@ -23,7 +23,7 @@ def synthesize_minimax(text, speed=1.0, pitch=0, volume=1.0, emotion='neutral'): 'text': text, 'stream': False, 'voice_setting': { - 'voice_id': 'lanhao_military_tech', + 'voice_id': 'lanhao_military_v2', 'speed': speed, 'vol': volume_int, 'pitch': pitch,