diff --git a/model/command/command.py b/model/command/command.py index 6aa84c816..0f40a992b 100644 --- a/model/command/command.py +++ b/model/command/command.py @@ -291,13 +291,10 @@ class Command: "update r": "重启机器人", "reset": "重置会话", "nick": "设置机器人昵称", + "plugin": "插件安装、卸载和重载", "/bing": "切换到bing模型", "/gpt": "切换到OpenAI ChatGPT API", "/revgpt": "切换到网页版ChatGPT", - "/bing 问题": "临时使用一次bing模型进行会话", - "/gpt 问题": "临时使用一次OpenAI ChatGPT API进行会话", - "/revgpt 问题": "临时使用一次网页版ChatGPT进行会话", - "plugin": "插件安装、卸载和重载" } def help_messager(self, commands: dict, platform: str, cached_plugins: dict = None):