From 31624b305923044ea8939b4741d2bbff3ef75c51 Mon Sep 17 00:00:00 2001 From: taylor <=> Date: Mon, 14 Oct 2024 18:16:01 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9anthropic=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/aibot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maubot_llmplus/aibot.py b/maubot_llmplus/aibot.py index 4253a6d..e8c1598 100644 --- a/maubot_llmplus/aibot.py +++ b/maubot_llmplus/aibot.py @@ -140,6 +140,10 @@ class AiBotPlugin(AbsExtraConfigPlugin): """ @ai_command.subcommand(help="") async def info(self, event: MessageEvent) -> None: + # 查询当前使用的ai平台 + # 查询当前ai平台的配置信息 + # 当前使用的model + # 列出model信息 pass @ai_command.subcommand(help="")