mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: 提供了更多的可选配置项,包括确认开关、暗示指令覆盖、触发方式、模型名称和屏蔽词等
This commit is contained in:
parent
35b7630d76
commit
233fc7417c
4 changed files with 97 additions and 20 deletions
|
|
@ -23,7 +23,7 @@ let helpData = [
|
|||
icon: 'text',
|
||||
title: '#chatgpt文本模式',
|
||||
desc: '机器人以文本形式回答,默认选项'
|
||||
},
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
|
|
@ -55,6 +55,11 @@ let helpData = [
|
|||
title: '#移出chat队列首位',
|
||||
desc: '移出当前对话等待队列中的首位。若前方对话卡死可使用本命令。'
|
||||
},
|
||||
{
|
||||
icon: 'destroy-other',
|
||||
title: '#chatgpt开启/关闭问题确认',
|
||||
desc: '开启或关闭机器人收到消息后的确认回复消息。私聊无效。'
|
||||
},
|
||||
{
|
||||
icon: 'help',
|
||||
title: '#chatgpt帮助',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue