🐛 fix : 修改description,适配火山引擎基础的语音合成

This commit is contained in:
YOO_koishi
2025-05-22 08:09:36 +08:00
parent a0cd069539
commit ca1aec8920
+3 -3
View File
@@ -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",