From 296aa56c260e7bd6f70affcea4a88c8449691d5f Mon Sep 17 00:00:00 2001 From: taylor Date: Sun, 13 Oct 2024 19:56:49 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0=E5=91=BD=E4=BB=A4ai?= =?UTF-8?q?=20model=20list=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/aibot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maubot_llmplus/aibot.py b/maubot_llmplus/aibot.py index 8acca0b..84c3b96 100644 --- a/maubot_llmplus/aibot.py +++ b/maubot_llmplus/aibot.py @@ -39,6 +39,8 @@ class AiBotPlugin(Plugin): self.name = self.config['name'] or \ await self.client.get_displayname(self.client.mxid) or \ self.client.parse_user_id(self.client.mxid)[0] + self.log.debug(f"DEBUG gpt plugin started with bot name: {self.name}") + """ 判断sender是否是allowed_users中的成员