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