From 536c939f643e30c94183de5142ac4e865bbb2435 Mon Sep 17 00:00:00 2001 From: Raven95676 Date: Sat, 15 Mar 2025 11:16:29 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-aiochatllm (#3357) --- assets/plugins.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index ef2e1501..441e7eed 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -8480,4 +8480,16 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_aiochatllm", + "project_link": "nonebot-plugin-aiochatllm", + "author_id": 176760093, + "tags": [ + { + "label": "LLM", + "color": "#ea5252" + } + ], + "is_official": false + }, ]