From 25fc7a74496580734ec251c9a51914650017692f Mon Sep 17 00:00:00 2001 From: MaStAr1128 Date: Tue, 17 Dec 2024 23:06:59 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-ollama (#3181) --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 3e55fcfc1d2e..832d289db71a 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -7841,4 +7841,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_ollama", + "project_link": "nonebot-plugin-ollama", + "author_id": 189951286, + "tags": [ + { + "label": "LLM", + "color": "#da56f6" + }, + { + "label": "AI", + "color": "#56f65f" + } + ], + "is_official": false + }, ]