update:修改版本号

This commit is contained in:
hrz
2025-05-26 16:18:35 +08:00
parent 9787ca60da
commit 0c8e943d1b
4 changed files with 5 additions and 5 deletions
@@ -227,7 +227,7 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.4.4";
public static final String VERSION = "0.5.1";
/**
* 无效固件URL
+3 -3
View File
@@ -453,14 +453,14 @@ TTS:
volume_ratio: 1.0
pitch_ratio: 1.0
#火山tts,支持双向流式tts
HuoshanTTS:
type: huoshan
HuoshanDoubleStreamTTS:
type: huoshan_double_stream
# 如果是机智云 wss://bytedance.gizwitsapi.com/api/v3/tts/bidirection
# 机智云不需要天填 appid
ws_url: wss://openspeech.bytedance.com/api/v3/tts/bidirection
appid: 你的火山引擎语音合成服务appid
access_token: 你的火山引擎语音合成服务access_token
# 产看https://www.volcengine.com/docs/6561/1329505volc.service_type.10029volc.megatts.default
# 资源信息IDhttps://www.volcengine.com/docs/6561/1329505volc.service_type.10029大模型语音合成及混音
resource_id: volc.service_type.10029
speaker: zh_female_meilinvyou_moon_bigtts
CosyVoiceSiliconflow:
+1 -1
View File
@@ -4,7 +4,7 @@ from loguru import logger
from config.config_loader import load_config
from config.settings import check_config_file
SERVER_VERSION = "0.4.4"
SERVER_VERSION = "0.5.1"
def get_module_abbreviation(module_name, module_dict):