chatgpt-plugin/resources/help.json
HalcyonAlcedo 73c88cce83
添加live2d模型自定义 (#374)
* 修复后台API反代地址未能正确显示的问题

* 更新渲染页面配置

* 添加个人聊天模式配置

* 将用户数据获取改到common中

* 修复错误的渲染页面参数

* 修复bug

* 添加Live2D

* 修复渲染页面错误

* 修复渲染传入值

* 更新渲染

* 修复图表渲染bug

* 调整live2d模型大小

* 修复live2d无法关闭问题

* 修复错误的传值

* 修复ai命名

* 更新渲染

* 添加用户独立设定

* 更新渲染配置适配个人设置

* 修复合并导致的渲染文件异常删除

* 修复用户数据缺失问题

* 修复旧版本数据缺失问题

* 修复bing参数不存在问题,兼容miao的截图

* 修复受限token重试时不被排除的问题

* 修复个人模式下结束对话的模式错误

* 更新渲染页面,将预览版转为正式版

* 修复传统渲染无法调用截图功能的问题
2023-04-19 23:40:52 +08:00

342 lines
No EOL
12 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"AI聊天": [
{
"icon": "fas fa-comments",
"title": "聊天",
"text": "<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">私聊</span>或在群中<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">@我+内容</span>进行聊天",
"list": []
},
{
"icon": "fas fa-comments",
"title": "指定模式聊天",
"text": "分别使用**API**/**API3**/**ChatGLM**/**Bing**模式进行聊天,无视主人设定的全局模式",
"list": [
"#chat1",
"#chat3",
"#chatglm",
"#bing"
]
},
{
"icon": "fas fa-comment",
"title": "ChatGPT切换对话",
"text": "切换到指定对话当中<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">仅API3可用</span>",
"list": [
"#chatgpt切换对话+对话id"
]
},
{
"icon": "fas fa-comment",
"title": "ChatGPT加入对话",
"text": "加入到某人当前进行对话当中<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">仅API3可用</span>",
"list": [
"#chatgpt加入对话+@某人"
]
},
{
"icon": "fas fa-trash ",
"title": "删除对话",
"text": "删除指定对话,并清空与用户的关联信息。@用户时支持多个用户",
"list": [
"#chatgpt删除对话+对话id或@用户"
]
},
{
"icon": "fas fa-outdent",
"title": "结束对话",
"text": "结束自己当前对话,下次开启对话机器人将遗忘掉本次对话内容",
"list": [
"#结束对话"
]
},
{
"icon": "fas fa-eraser",
"title": "结束全部对话",
"text": "结束正在与本机器人进行对话的全部用户的对话",
"list": [
"#结束全部对话"
]
},
{
"icon": "fas fa-book",
"title": "聊天记录",
"text": "图片形式导出聊天记录<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">仅支持Bing下的Sydney和自定义</span>",
"list": [
"#chatgpt聊天记录",
"#chatgpt导出聊天记录"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-cube",
"title": "聊天回复模式",
"text": "设置机器人以图片模式、文本模式或语音模式回复",
"list": [
"#chatgpt图片模式",
"#chatgpt文本模式",
"#chatgpt语音模式"
]
},
{
"icon": "fas fa-headphones",
"title": "语音角色",
"text": "设置语音模式下回复的角色音色",
"list": [
"#chatgpt设置语音角色"
]
}
],
"AI画图": [
{
"icon": "fas fa-paint-brush",
"title": "画图",
"text": "调用**OpenAI Dalle API**进行绘图,需要有**API key**并消耗余额。图片大小只能是<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">256x256</span><span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">512x512</span><span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">1024x1024</span>中的一个,默认画图**1**张,大小<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">512x512</span>",
"list": [
"#chatgpt画图+prompt",
"#chatgpt画图+prompt(/张数/图片大小)"
]
},
{
"icon": "fas fa-paint-brush",
"title": "改图",
"text": "调用**OpenAI Dalle API**进行绘图,需要有**API key**并消耗余额。可同时发送图片或回复图片",
"list": [
"#chatgpt改图"
]
},
{
"icon": "fas fa-toggle-on",
"title": "画图开关",
"text": "开启或关闭画图功能",
"list": [
"#chatgpt开启画图",
"#chatgpt关闭画图"
],
"tip": "管理员功能"
}
],
"设定": [
{
"icon": "fas fa-paint-brush",
"title": "查看设定列表",
"text": "查看所有设定列表,以转发消息形式",
"list": [
"#chatgpt设定列表"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-paint-brush",
"title": "查看设定",
"text": "查看指定名字的设定内容。其中API默认和Sydney默认为锅巴面板配置的设定",
"list": [
"#chatgpt查看设定<设定名>"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-toggle-on",
"title": "添加设定",
"text": "添加一个设定,分此输入设定名称和设定内容。如果名字已存在,则会覆盖(相当于修改)",
"list": [
"#chatgpt添加设定"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-toggle-on",
"title": "使用设定",
"text": "使用某个设定。",
"list": [
"#chatgpt使用设定<设定名>"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-toggle-on",
"title": "上传设定",
"text": "上传设定",
"list": [
"#chatgpt上传设定",
"#chatgpt分享设定",
"#chatgpt共享设定"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-toggle-on",
"title": "删除共享设定",
"text": "从远端删除只能删除自己上传的设定根据机器人主人qq号判断。",
"list": [
"#chatgpt删除共享设定<设定名>",
"#chatgpt取消共享设定<设定名>",
"#chatgpt撤销共享设定<设定名>"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-toggle-on",
"title": "搜索设定",
"text": "搜索公开的设定。默认返回前十条使用页码X可以翻页使用关键词可以检索。页码从1开始。",
"list": [
"#chatgpt(在线)浏览设定(+关键词)(页码X)"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-toggle-on",
"title": "预览设定详情",
"text": "根据设定名称预览云端设定的详情信息。",
"list": [
"#chatgpt预览设定详情<设定名>"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-toggle-on",
"title": "导入设定",
"text": "导入其他人分享的设定。注意:相同名字的设定,会覆盖本地已有的设定",
"list": [
"#chatgpt导入设定"
],
"tip": "管理员功能"
}
],
"插件管理": [
{
"icon": "fas fa-list",
"title": "对话列表",
"text": "查询当前哪些人正在与机器人聊天.目前<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">API3模式</span>下支持切换对话",
"list": [
"#chatgpt对话列表"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-microphone-slash",
"title": "闭嘴",
"text": "让机器人在某群闭嘴,不指定群时认为全局闭嘴",
"list": [
"#chatgpt本群闭嘴",
"#chatgpt群xxx闭嘴",
"#chatgpt闭嘴(x秒/分钟/小时)",
"#chatgpt本群张嘴",
"#chatgpt本群开口",
"#chatgpt群xxx说话",
"#chatgpt上班",
"#chatgpt查看闭嘴"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-list",
"title": "Chat队列",
"text": "移出或清空当前对话等待队列,若前方对话卡死可使用本命令。仅<span class=\"text-xs font-semibold inline-block py-1 px-2 uppercase rounded text-blueGray-600 bg-blueGray-200\">API3模式</span>下可用",
"list": [
"#清空chat队列",
"#移出chat队列首位"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-check",
"title": "问题确认",
"text": "开启或关闭机器人收到消息后的确认回复消息",
"list": [
"#chatgpt开启问题确认",
"#chatgpt关闭问题确认"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-cube",
"title": "切换模式",
"text": "切换使用的后端会话模式",
"list": [
"#chatgpt切换浏览器",
"#chatgpt切换API",
"#chatgpt切换API3",
"#chatgpt切换Bing",
"#chatgpt切换ChatGLM"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-coffee",
"title": "必应风格",
"text": "切换Bing风格",
"list": [
"#chatgpt必应切换精准",
"#chatgpt必应切换均衡",
"#chatgpt必应切换创意",
"#chatgpt必应切换悉尼",
"#chatgpt必应切换自设定"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-comments",
"title": "必应建议",
"text": "开关Bing模式下的建议回复",
"list": [
"#chatgpt必应开启建议回复",
"#chatgpt必应关闭建议回复"
],
"tip": "管理员功能"
}
],
"系统设置": [
{
"icon": "fas fa-key",
"title": "Token与APIKey",
"text": "设置必应和open的Token和ApiKey",
"list": [
"#chatgpt设置必应token",
"#chatgpt删除必应token",
"#chatgpt查看必应token",
"#chatgpt迁移必应token",
"#chatgpt设置APIKey"
]
},
{
"icon": "fas fa-credit-card",
"title": "试用额度",
"text": "查询OpenAI API剩余试用额度",
"list": [
"#OpenAI剩余额度"
],
"tip": "失效"
},
{
"icon": "fas fa-coffee",
"title": "风格",
"text": "设置和查看AI的默认风格设定",
"list": [
"#chatgpt设置API设定",
"#chatgpt设置Sydney设定",
"#chatgpt查看API设定",
"#chatgpt查看Sydney设定"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-key",
"title": "管理面板",
"text": "后台管理面板",
"list": [
"#chatgpt系统管理",
"#修改管理密码"
],
"tip": "管理员功能"
},
{
"icon": "fas fa-key",
"title": "用户面板",
"text": "用户管理面板",
"list": [
"#chatgpt用户管理",
"#修改用户密码"
]
}
]
}