From ca1aec892006c71cb873961bc0e9635a69e2e0c3 Mon Sep 17 00:00:00 2001 From: YOO_koishi <2358181935@qq.com> Date: Thu, 22 May 2025 08:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20:=20=E4=BF=AE=E6=94=B9desc?= =?UTF-8?q?ription,=E9=80=82=E9=85=8D=E7=81=AB=E5=B1=B1=E5=BC=95=E6=93=8E?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=9A=84=E8=AF=AD=E9=9F=B3=E5=90=88=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index cf8e68862..577572186 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -848,7 +848,7 @@ CONFIG_METADATA_2 = { "enable": False, "api_key": "", "appid": "", - "volcengine_cluster": "", + "volcengine_cluster": "volcano_tts", "volcengine_voice_type": "", "volcengine_speed_ratio": 1.0, "api_base": "https://openspeech.bytedance.com/api/v1/tts", @@ -859,12 +859,12 @@ CONFIG_METADATA_2 = { "volcengine_cluster": { "type": "string", "description": "火山引擎集群", - "hint": "可选volcano_icl或volcano_icl_concurr" + "hint": "若使用语音复刻大模型,可选volcano_icl或volcano_icl_concurr,默认使用volcano_tts" }, "volcengine_voice_type": { "type": "string", "description": "火山引擎音色", - "hint": "输入S_开头的声音id(SpeakerId)" + "hint": "输入声音id(Voice_type)" }, "volcengine_speed_ratio": { "type": "float",