diff --git a/maubot_llmplus/aibot.py b/maubot_llmplus/aibot.py index 4253a6d..e8c1598 100644 --- a/maubot_llmplus/aibot.py +++ b/maubot_llmplus/aibot.py @@ -140,6 +140,10 @@ class AiBotPlugin(AbsExtraConfigPlugin): """ @ai_command.subcommand(help="") async def info(self, event: MessageEvent) -> None: + # 查询当前使用的ai平台 + # 查询当前ai平台的配置信息 + # 当前使用的model + # 列出model信息 pass @ai_command.subcommand(help="")