From cb715c132fb86c3684af94f26906f34124746d2d Mon Sep 17 00:00:00 2001 From: KroMiose Date: Mon, 30 Jan 2023 09:46:36 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=9B=B4=E4=BA=BA?= =?UTF-8?q?=E6=80=A7=E5=8C=96=E7=9A=84GPT-Ai=E8=81=8A=E5=A4=A9=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=20(#1650)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 3876138c..f58b9d89 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4031,5 +4031,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_naturel_gpt", + "project_link": "nonebot-plugin-naturel-gpt", + "name": "更人性化的GPT-Ai聊天插件", + "desc": "一个基于NoneBot框架的Ai聊天插件,对接OpenAi文本生成接口,优化了群聊场景的上下文支持。", + "author": "KroMiose", + "homepage": "https://github.com/KroMiose/nonebot_plugin_naturel_gpt", + "tags": [ + { + "label": "GPT3", + "color": "#66ccff" + }, + { + "label": "OpenAi", + "color": "#cc66ff" + } + ], + "is_official": false } ]