feat: init

This commit is contained in:
2025-11-07 23:46:02 +08:00
parent b767041311
commit 6eb0c9c8dc
9 changed files with 96 additions and 47 deletions

View File

@@ -99,6 +99,7 @@ CREATE TABLE `xiaozhi`.`sys_role` (
`avatar` varchar(255) DEFAULT NULL COMMENT '角色头像',
`ttsId` int DEFAULT NULL COMMENT 'TTS服务ID',
`modelId` int unsigned DEFAULT NULL COMMENT '模型ID',
`templateId` int unsigned DEFAULT NULL COMMENT '模板ID',
`sttId` int unsigned DEFAULT NULL COMMENT 'STT服务ID',
`vadSpeechTh` FLOAT DEFAULT 0.5 COMMENT '语音检测阈值',
`vadSilenceTh` FLOAT DEFAULT 0.3 COMMENT '静音检测阈值',