From 8ca56f24e30fba0893cfe5ca719ef5f883e5bc6b Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Mon, 20 Mar 2023 14:41:24 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=9F=BA=E4=BA=8E?= =?UTF-8?q?OpenAI=E7=9A=84AI=E6=A8=A1=E6=8B=9F=E9=9D=A2=E8=AF=95=E5=AE=98?= =?UTF-8?q?=20(#1828)?= 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 521ae7c1..397f6529 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4897,5 +4897,24 @@ "homepage": "https://github.com/Astolfocat/nonebot_plugin_hotsearch", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_ai_interviewer", + "project_link": "nonebot-plugin-ai-interviewer", + "name": "基于OpenAI的AI模拟面试官", + "desc": "本插件基于OpenAI的API开发,在nonebot框架下实现一个聊天式的可自定义面试职位的AI辅助面试官。", + "author": "Alpaca4610", + "homepage": "https://github.com/Alpaca4610/nonebot-plugin-ai-interviewer", + "tags": [ + { + "label": "ChatGPT", + "color": "#4366eb" + }, + { + "label": "模拟面试", + "color": "#af286f" + } + ], + "is_official": false } ]