koishi-plugin-openchat2
Version:
gpt-3.5-turbo 问答插件
36 lines (35 loc) • 663 B
JSON
{
"name": "koishi-plugin-openchat2",
"description": "gpt-3.5-turbo 问答插件",
"version": "1.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"author": "yi03",
"contributors": [
"yi03"
],
"license": "MIT",
"scripts": {
"build": "tsc -b"
},
"homepage": "https://github.com/yi03/openchat2",
"keywords": [
"chatbot",
"koishi",
"plugin",
"gpt",
"openai"
],
"peerDependencies": {
"koishi": "^4.11.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"koishi": "^4.11.3",
"typescript": "^4.9.4"
}
}