From 7371d3e7bb87f25fae607524a0afce13311d957c Mon Sep 17 00:00:00 2001 From: thx114 Date: Sun, 9 Apr 2023 22:48:19 +0800 Subject: [PATCH] :beers: publish plugin SDGPT (#1907) --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 7da6e108..12d71fd0 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5229,5 +5229,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_SDGPT", + "project_link": "nonebot-plugin-SDGPT", + "name": "SDGPT", + "desc": "链接 ChatGPT / Bing / Stable-Diffusion: ChatGPT Bing 聊天, gpt 解析自然语言转 Stable-Diffusion 生成图像", + "author": "thx114", + "homepage": "https://github.com/thx114/sdgpt", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "chatGPT", + "color": "#54b490" + }, + { + "label": "novelai", + "color": "#f0dc4e" + } + ], + "is_official": false } ]