From 3e4614ebe8c52116a797ac0f3110970e57064823 Mon Sep 17 00:00:00 2001 From: KomoriDev Date: Mon, 27 Jan 2025 14:50:02 +0800 Subject: [PATCH] :beers: publish plugin DeepSeek (#3280) --- assets/plugins.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index acbde10133bf..19f444583040 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -8224,4 +8224,16 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_deepseek", + "project_link": "nonebot-plugin-deepseek", + "author_id": 110453675, + "tags": [ + { + "label": "DeepSeek", + "color": "#4d6bfe" + } + ], + "is_official": false + }, ]