feat: init
This commit is contained in:
@@ -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 '静音检测阈值',
|
||||
|
||||
Reference in New Issue
Block a user