mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 加了一系列管理功能
This commit is contained in:
parent
8ea7ab07ec
commit
3f08cf4894
8 changed files with 97 additions and 5 deletions
|
|
@ -154,6 +154,11 @@ export function supportGuoba () {
|
|||
min: 0
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'enableDraw',
|
||||
label: '绘图功能开关',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'proxy',
|
||||
label: '代理服务器地址',
|
||||
|
|
@ -190,6 +195,16 @@ export function supportGuoba () {
|
|||
min: 0
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'sydneyFirstMessageTimeout',
|
||||
label: 'Sydney模式接受首条信息超时时间',
|
||||
helpMessage: '单位:毫秒',
|
||||
bottomHelpMessage: '超过该时间阈值未收到Bing的任何消息,则断开本次连接并重试(最多重试3次,失败后返回timeout waiting for first message)。',
|
||||
component: 'InputNumber',
|
||||
componentProps: {
|
||||
min: 15000
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '以下为API方式(默认)的配置',
|
||||
component: 'Divider'
|
||||
|
|
@ -383,7 +398,13 @@ export function supportGuoba () {
|
|||
{
|
||||
field: 'initiativeChatGroups',
|
||||
label: '主动发起聊天群聊的群号',
|
||||
bottomHelpMessage: '在这些群聊里会不定时主动说一些随机的打招呼的话,用英文逗号隔开。',
|
||||
bottomHelpMessage: '在这些群聊里会不定时主动说一些随机的打招呼的话,用英文逗号隔开。必须配置了OpenAI Key',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'helloPrompt',
|
||||
label: '打招呼所说文字的引导文字',
|
||||
bottomHelpMessage: '将会用这段文字询问ChatGPT,由ChatGPT给出随机的打招呼文字。',
|
||||
component: 'Input'
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue