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
c72df75d5a
commit
c53b86c181
5 changed files with 193 additions and 42 deletions
|
|
@ -11,6 +11,11 @@ let helpData = [
|
|||
title: Config.toggleMode === 'at' ? '@我+聊天内容' : '#chat+聊天内容',
|
||||
desc: '与机器人聊天'
|
||||
},
|
||||
{
|
||||
icon: 'chat',
|
||||
title: '#chat1/#chat3/#chatglm/#bing',
|
||||
desc: '分别使用API/API3/ChatGLM/Bing模式与机器人聊天,无论主人设定了何种全局模式'
|
||||
},
|
||||
{
|
||||
icon: 'chat-private',
|
||||
title: '私聊与我对话',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue