UNPKG

@rinkuto/koishi-plugin-chatgpt

Version:
44 lines (43 loc) 939 B
{ "name": "@rinkuto/koishi-plugin-chatgpt", "description": "使用open ai的gpt-3.5-turbo模型", "version": "1.2.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "contributors": [ "Rinkuto <2175705964@qq.com>" ], "license": "MIT", "homepage": "https://github.com/Rinkuto/koishi-app-chatgpt", "scripts": {}, "repository": { "type": "git", "url": "https://github.com/Rinkuto/koishi-app-chatgpt" }, "keywords": [ "chatbot", "koishi", "plugin", "openai" ], "dependencies": { "@dqbd/tiktoken": "^0.4.0", "jsdom": "^21.1.0", "koishi-plugin-markdown": "^1.1.1", "openai": "^3.2.1", "tencentcloud-sdk-nodejs-nlp": "^4.0.556" }, "peerDependencies": { "koishi": "^4.11.7", "koishi-plugin-puppeteer": "^3.2.0" }, "peerDependenciesMeta": { "koishi-plugin-puppeteer": { "optional": true } } }