From 2f6685ab4578513c704411e0964dd3e1756de57c Mon Sep 17 00:00:00 2001 From: canxin121 Date: Fri, 21 Apr 2023 23:32:01 +0800 Subject: [PATCH] :beers: publish plugin nonebot_poe_chat (#1936) --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index cd5cb995..8b775fee 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5370,5 +5370,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_poe_chat", + "project_link": "nonebot-poe-chat", + "name": "nonebot_poe_chat", + "desc": "基于Nonebot和playwright,可以将poe.com接入qq,使用gpt3.5和claude两种模型,支持管理员邮箱互动登陆,互动式管理预设,支持自定义预设和本地预设,完善的用户隔离和等待队列.", + "author": "canxin121", + "homepage": "https://github.com/canxin121/nonebot_poe_chat", + "tags": [ + { + "label": "t:poe", + "color": "#ea5252" + }, + { + "label": "t:gpt3.5", + "color": "#ea5252" + }, + { + "label": "t:claude", + "color": "#ea5252" + } + ], + "is_official": false } ]