From 9635dbe0814be580c911aff408530389651b145b Mon Sep 17 00:00:00 2001 From: Akarin~ <60691961+Asankilp@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=E6=96=B0=E5=A2=9Erefresh=5Fdata?= =?UTF-8?q?=E7=94=A8=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_marshoai/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nonebot_plugin_marshoai/constants.py b/nonebot_plugin_marshoai/constants.py index e4dfd1a..11b2810 100644 --- a/nonebot_plugin_marshoai/constants.py +++ b/nonebot_plugin_marshoai/constants.py @@ -12,6 +12,7 @@ USAGE: str = f"""MarshoAI-NoneBot Beta by Asankilp assistantmsg <消息> : 往当前会话添加助手消息(AssistantMessage)。 savecontext <文件名> : 保存当前会话的上下文至插件数据目录下的contexts/<文件名>.json里。 loadcontext <文件名> : 从插件数据目录下的contexts/<文件名>.json里读取上下文并覆盖到当前会话。 + refresh_data : 从文件刷新已加载的昵称与夸赞名单。 ※本AI的回答"按原样"提供,不提供任何担保。AI也会犯错,请仔细甄别回答的准确性。""" SUPPORT_IMAGE_MODELS: list = ["gpt-4o","gpt-4o-mini","phi-3.5-vision-instruct","llama-3.2-90b-vision-instruct","llama-3.2-11b-vision-instruct"]