From 8391de52d9ce4bcdae0c225cdc8801c45bb13f06 Mon Sep 17 00:00:00 2001 From: Suxmx Date: Fri, 10 Mar 2023 09:11:27 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=9A=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=9A=84ChatGPT=E6=9C=BA=E5=99=A8=E4=BA=BA=20(#1780)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 847f8de6..b528f7ef 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4684,5 +4684,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatgpt_on_qq", + "project_link": "nonebot-plugin-chatgpt-on-qq", + "name": "多功能的ChatGPT机器人", + "desc": "基于chatGPT3.5-turboAPI,有利用模板创建新对话、保存历史记录、多重对话不互相干扰等功能", + "author": "Suxmx", + "homepage": "https://github.com/Suxmx/nonebot_plugin_chatgpt_on_qq", + "tags": [], + "is_official": false } ]