mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: 正式增加语音模式支持
This commit is contained in:
parent
41ca23dc85
commit
5ddeebfcc0
6 changed files with 124 additions and 25 deletions
|
|
@ -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: '长文本自动转图片',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue