mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
up bym.js
This commit is contained in:
parent
f6ce6dcec5
commit
2cf83fbdd8
3 changed files with 396 additions and 64 deletions
|
|
@ -998,6 +998,47 @@ export function supportGuoba () {
|
|||
label: '伪人模式骂人反击的设定词',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'returnQQ',
|
||||
label: '伪人模式黑名单彻底黑名单',
|
||||
bottomHelpMessage: '若是匹配仁qq,直接连聊天记录都过滤掉',
|
||||
component: 'InputTextArea'
|
||||
},
|
||||
{
|
||||
field: "GroupList",
|
||||
label: "群聊设置",
|
||||
bottomHelpMessage: "单独设置群聊触发",
|
||||
component: "GSubForm",
|
||||
componentProps: {
|
||||
multiple: true,
|
||||
schemas: [
|
||||
{
|
||||
field: "id",
|
||||
label: "QQ群",
|
||||
component: "Input",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
field: "propNum",
|
||||
label: "触发概率",
|
||||
component: "Input",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
field: "chatslist",
|
||||
label: "群聊聊天记录长度",
|
||||
component: "Input",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
field: "maxtext",
|
||||
label: "用户最大长度限制",
|
||||
component: "Input",
|
||||
required: true,
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '以下为Azure chatGPT的配置',
|
||||
component: 'Divider'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue