From aaf55558fe6f8b80267d46168e738f4e6d9a0e28 Mon Sep 17 00:00:00 2001 From: 2580m <2580m@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:06:57 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-llm-qa-system (#4089) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 3ad82d2e..4b99588c 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11373,4 +11373,24 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_llm_qa_system", + "project_link": "nonebot-plugin-llm-qa-system", + "author_id": 109930302, + "tags": [ + { + "label": "QA", + "color": "#66ccff" + }, + { + "label": "RAG", + "color": "#66ccff" + }, + { + "label": "Ollama", + "color": "#66ccff" + } + ], + "is_official": false + }, ]