From 69fa0c0a509e15732135dacd97709352353a4509 Mon Sep 17 00:00:00 2001 From: taylor Date: Mon, 14 Oct 2024 01:25:57 +0800 Subject: [PATCH] =?UTF-8?q?add:=20TODO=20=E5=91=BD=E4=BB=A4=E8=A1=8Cuse=20?= =?UTF-8?q?model=E7=BB=A7=E7=BB=AD=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/aibot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maubot_llmplus/aibot.py b/maubot_llmplus/aibot.py index ba205a1..26ffef4 100644 --- a/maubot_llmplus/aibot.py +++ b/maubot_llmplus/aibot.py @@ -147,7 +147,8 @@ class AiBotPlugin(AbsExtraConfigPlugin): @ai_command.subcommand(help="") @command.argument("argus") - async def model(self, event: MessageEvent, argus: str): + @command.argument("argus1") + async def model(self, event: MessageEvent, argus: str, argus1): # 如果是list表示查看当前可以使用的模型列表 if argus == 'list': platform = self.get_ai_platform()