From 679f929b00feb534f12baadb8c5af197b2293d1b Mon Sep 17 00:00:00 2001 From: taylor <=> Date: Sat, 12 Oct 2024 17:13:28 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_bot.py => aibot.py | 2 +- maubot.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename ai_bot.py => aibot.py (99%) diff --git a/ai_bot.py b/aibot.py similarity index 99% rename from ai_bot.py rename to aibot.py index 4ac7abb..b2a63d9 100644 --- a/ai_bot.py +++ b/aibot.py @@ -20,7 +20,7 @@ class Config(BaseProxyConfig): helper.copy("system_prompt") helper.copy("platforms") -class AiBot(Plugin): +class AiBotPlugin(Plugin): # name of the bot name: str diff --git a/maubot.yaml b/maubot.yaml index 2a660e3..940e2f4 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -3,8 +3,8 @@ id: org.taylorxie.llmplus version: 1.0.0 license: MIT modules: - - ai_bot -main_class: AiBot + - aibot +main_class: AiBotPlugin config: true extra_files: - base-config.yaml