🍻 publish plugin 与ChatGpt聊天 (#1916)

This commit is contained in:
nikissXI 2023-04-12 00:46:01 +08:00 committed by noneflow[bot]
parent 73dfcc53e1
commit 7f925536b5

View File

@ -5287,5 +5287,20 @@
} }
], ],
"is_official": false "is_official": false
},
{
"module_name": "nonebot_plugin_talk_with_chatgpt",
"project_link": "nonebot-plugin-talk-with-chatgpt",
"name": "与ChatGpt聊天",
"desc": "基于accessToken登录的chatgpt聊天插件",
"author": "nikissXI",
"homepage": "https://github.com/nikissXI/nonebot_plugins/tree/main/nonebot_plugin_talk_with_chatgpt",
"tags": [
{
"label": "chatgpt",
"color": "#1a834e"
}
],
"is_official": false
} }
] ]