From 3e9e691fafbc11c05eaf0d56db4040332d4f0603 Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Sat, 26 Apr 2025 22:47:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20=E6=9B=B4=E6=96=B0=E6=8F=92?= =?UTF-8?q?=E4=BB=B6description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_llmchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_llmchat/__init__.py b/nonebot_plugin_llmchat/__init__.py index c2a803d..3435f28 100644 --- a/nonebot_plugin_llmchat/__init__.py +++ b/nonebot_plugin_llmchat/__init__.py @@ -41,7 +41,7 @@ if TYPE_CHECKING: __plugin_meta__ = PluginMetadata( name="llmchat", - description="支持多API预设配置的AI群聊插件", + description="支持多API预设、MCP协议、联网搜索的AI群聊插件", usage="""@机器人 + 消息 开启对话""", type="application", homepage="https://github.com/FuQuan233/nonebot-plugin-llmchat",