feat: 正式增加语音模式支持

This commit is contained in:
ikechan8370 2023-03-04 22:06:09 +08:00
parent 41ca23dc85
commit 5ddeebfcc0
6 changed files with 124 additions and 25 deletions

View file

@ -46,9 +46,21 @@ export function supportGuoba () {
{
field: 'defaultUsePicture',
label: '全局图片模式',
bottomHelpMessage: '全局默认以图片形式回复并自动发出Continue命令补全回答。长回复可能会有bug。',
bottomHelpMessage: '全局默认以图片形式回复。',
component: 'Switch'
},
{
field: 'defaultUseTTS',
label: '全局语音模式',
bottomHelpMessage: '全局默认以语音形式回复,使用默认角色音色。',
component: 'Switch'
},
{
field: 'defaultTTSRole',
label: '语音模式默认橘色',
bottomHelpMessage: '语音模式下,未指定角色时使用的角色。若为空,将使用随机角色回复。',
component: 'Input'
},
{
field: 'autoUsePicture',
label: '长文本自动转图片',