From ec8bc0424e9b0041a83b928f9cf6e7a7933b5a62 Mon Sep 17 00:00:00 2001 From: Gin2O Date: Sat, 25 Feb 2023 06:56:28 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=91=86=E5=91=86?= =?UTF-8?q?=E5=85=BD=E9=83=BD=E4=BC=9A=E7=94=A8=E7=9A=84chatbot=E6=8E=A5ap?= =?UTF-8?q?i=20(#1737)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index b65a7493..ad9588c0 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4459,5 +4459,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_oachat", + "project_link": "nonebot-plugin-oachat", + "name": "呆呆兽都会用的chatbot接api", + "desc": "没有上下文语境的简易chatbot,调用openai API", + "author": "Gin2O", + "homepage": "https://github.com/Gin2O/nonebot_plugin_oachat", + "tags": [ + { + "label": "OpenAI", + "color": "#ea5252" + }, + { + "label": "GPT3", + "color": "#ea5252" + }, + { + "label": "ChatBot", + "color": "#ea5252" + } + ], + "is_official": false } ]