From 8103cce5501aae91682a347fe3d0cd4ea25ae628 Mon Sep 17 00:00:00 2001 From: Lonely-Sails Date: Thu, 10 Jul 2025 17:25:36 +0800 Subject: [PATCH] :beers: publish plugin LLM-Helper (#3568) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 846f01e3..b2f07540 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9304,4 +9304,24 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_llm_helper", + "project_link": "nonebot-plugin-llm-helper", + "author_id": 90964775, + "tags": [ + { + "label": "多平台适配", + "color": "#f16969" + }, + { + "label": "帮助", + "color": "#43b1ce" + }, + { + "label": "LLM", + "color": "#a2c36d" + } + ], + "is_official": false + }, ]