mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: 修改配置文件格式避免频繁panic;降低api模式重试次数;优化帮助显示;支持必应新增的三种模式切换
This commit is contained in:
parent
a45ae14a5c
commit
873deda49d
10 changed files with 156 additions and 172 deletions
|
|
@ -262,6 +262,19 @@ export function supportGuoba () {
|
|||
label: '验证码平台Token',
|
||||
bottomHelpMessage: '可注册2captcha实现跳过验证码,收费服务但很便宜。否则可能会遇到验证码而卡住。',
|
||||
component: 'InputPassword'
|
||||
},
|
||||
{
|
||||
field: 'toneStyle',
|
||||
label: 'Bing模式',
|
||||
bottomHelpMessage: '微软必应官方的三种应答风格。默认为均衡',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '均衡', value: 'balanced' },
|
||||
{ label: '创意', value: 'creative' },
|
||||
{ label: '精确', value: 'precise' }
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
// 获取配置数据方法(用于前端填充显示数据)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue