From 00075157842385ab6d5f12c7d5d8ca35207e5764 Mon Sep 17 00:00:00 2001 From: Lonely-Sails Date: Sat, 26 Jul 2025 20:13:14 +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 1d20b2e4..eb30a5db 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9355,4 +9355,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 + }, ]