mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
commit
a9ef38cbde
3 changed files with 85 additions and 12 deletions
|
|
@ -500,6 +500,11 @@
|
|||
"label": "是否允许机器人读取近期的群聊聊天记录",
|
||||
"data": "enableGroupContext"
|
||||
},
|
||||
{
|
||||
"type": "check",
|
||||
"label": "是否允许必应进行搜索",
|
||||
"data": "sydneyEnableSearch"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"label": "允许机器人读取近期的最多群聊聊天记录条数",
|
||||
|
|
@ -581,6 +586,54 @@
|
|||
"label": "第三方绘图",
|
||||
"placeholder": "使用AP插件代替Bing进行绘图",
|
||||
"data": "bingAPDraw"
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"label": "前置对话第一轮(用户)",
|
||||
"placeholder": "会强行插入该轮对话,能有效抑制抱歉",
|
||||
"data": "chatExampleUser1"
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"label": "前置对话第一轮(AI)",
|
||||
"placeholder": "会强行插入该轮对话,能有效抑制抱歉",
|
||||
"data": "chatExampleBot1"
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"label": "前置对话第二轮(用户)",
|
||||
"placeholder": "会强行插入该轮对话,能有效抑制抱歉",
|
||||
"data": "chatExampleUser2"
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"label": "前置对话第二轮(AI)",
|
||||
"placeholder": "会强行插入该轮对话,能有效抑制抱歉",
|
||||
"data": "chatExampleBot2"
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"label": "前置对话第三轮(用户)",
|
||||
"placeholder": "会强行插入该轮对话,能有效抑制抱歉",
|
||||
"data": "chatExampleUser3"
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"label": "前置对话第三轮(AI)",
|
||||
"placeholder": "会强行插入该轮对话,能有效抑制抱歉",
|
||||
"data": "chatExampleBot3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "智谱清言",
|
||||
"tab": "chatGLM",
|
||||
"view": [
|
||||
{
|
||||
"type": "password",
|
||||
"label": "refresh token",
|
||||
"placeholder": "chatglm_refresh_token 6个月有效期",
|
||||
"data": "chatglmRefreshToken"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1029,6 +1082,12 @@
|
|||
"value": "prefix"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "主动发起聊天群聊的群号",
|
||||
"placeholder": "在这些群聊里会不定时主动说一些随机的打招呼的话,用英文逗号隔开。必须配置了OpenAI Key",
|
||||
"data": "initiativeChatGroups"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue