UNPKG

koishi-plugin-davinci-003

Version:
64 lines (63 loc) 1.38 kB
{ "name": "koishi-plugin-davinci-003", "description": "AI 聊天", "version": "7.0.11", "main": "lib/index.js", "typings": "lib/index.d.ts", "types": "lib/index.d.ts", "files": [ "lib", "dist" ], "license": "AGPL-3.0", "author": { "name": "initencounter", "email": "2911583893@qq.com", "url": "https://github.com/initialencounter" }, "repository": { "type": "git", "url": "git+https://github.com/initialencounter/2022-12-24.git" }, "bugs": { "url": "https://github.com/initialencounter/2022-12-24/issues" }, "homepage": "https://github.com/initialencounter/2022-12-24/tree/neat/plugins/AI/davinci-003#readme", "keywords": [ "chatbot", "koishi", "plugin", "OpenAi-Api", "davinci", "chatgpt3.5", "chatgpt4" ], "peerDependencies": { "@koishijs/plugin-console": "^5.29.4", "koishi": "^4.18.0", "koishi-plugin-rate-limit": "^2.0.4" }, "koishi": { "description": "AI 聊天", "service": { "optional": [ "puppeteer", "vits", "sst", "censor" ], "required": [ "console" ], "implements": [ "dvc" ] } }, "devDependencies": { "@initencounter/sst": "^0.0.1", "@initencounter/vits": "^0.0.3", "@koishijs/censor": "^1.1.0", "@koishijs/client": "^5.29.4" } }