From 4f9282e49d3cbc201de200ac3007b1bdef38636e Mon Sep 17 00:00:00 2001 From: taylor Date: Mon, 14 Oct 2024 21:37:58 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E5=A2=9E=E5=8A=A0=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E4=BD=BF=E7=94=A8=E7=9A=84ai=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E5=91=BD=E4=BB=A4=20add:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=9F=A5=E7=9C=8Binfo=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/aibot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/maubot_llmplus/aibot.py b/maubot_llmplus/aibot.py index 93b1210..e8dd045 100644 --- a/maubot_llmplus/aibot.py +++ b/maubot_llmplus/aibot.py @@ -153,6 +153,7 @@ class AiBotPlugin(AbsExtraConfigPlugin): # 当前使用的model show_infos.append(f"model: {self.config.cur_model}\n") # TODO 列出model信息 + await event.reply("".join(show_infos), markdown=True) pass """