From 7b4e6d338f9b5e57543a7aa8739e22edac44ca8e Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Fri, 14 Feb 2025 18:17:55 +0800 Subject: [PATCH] :beers: publish plugin llmchat (#3308) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 20734a23..95926de7 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -8318,4 +8318,24 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot_plugin_llmchat", + "project_link": "nonebot-plugin-llmchat", + "author_id": 87348379, + "tags": [ + { + "label": "DeepSeek", + "color": "#45beff" + }, + { + "label": "LLM", + "color": "#ff6dea" + }, + { + "label": "ChatGPT", + "color": "#9eff6d" + } + ], + "is_official": false + }, ]