From 128b5fc7c1e91d5fab40be75f674433967131e72 Mon Sep 17 00:00:00 2001 From: Lonely-Sails Date: Sun, 20 Jul 2025 13:45:18 +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 0e6a2c08..7f9c8d7b 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9336,4 +9336,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 + }, ]