1 Star 3 Fork 2

open_source/mi-gpt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
WJG 提交于 2024-06-11 22:27 . release: v3.1.0
{
"name": "mi-gpt",
"version": "3.1.0",
"type": "module",
"description": "将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。",
"homepage": "https://github.com/idootop/mi-gpt",
"bugs": "https://github.com/idootop/mi-gpt/issues",
"repository": "idootop/mi-gpt",
"license": "MIT",
"author": {
"name": "Del Wang",
"email": "hello@xbox.work",
"url": "https://github.com/idootop"
},
"keywords": [
"mi",
"xiaomi",
"mi-home",
"ChatGPT",
"home-assistant"
],
"scripts": {
"start": "node ./app.js",
"dev": "node --env-file=.env ./app.js",
"build": "npx -y prisma generate && tsup",
"db:gen": "npx -y prisma migrate dev --name init",
"db:reset": "rm -f .mi.json .bot.json prisma/app.db prisma/app.db-journal",
"postinstall": "npx prisma migrate dev --name hello"
},
"dependencies": {
"@prisma/client": "^5.14.0",
"fs-extra": "^11.2.0",
"https-proxy-agent": "^7.0.4",
"mi-service-lite": "^2.5.0",
"openai": "^4.47.3",
"prisma": "^5.14.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.4.9",
"tsup": "^8.0.1",
"tsx": "^4.11.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16"
},
"sideEffects": false,
"files": [
"dist",
"prisma/migrations",
"prisma/schema.prisma"
],
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pplus_open_source/mi-gpt.git
git@gitee.com:pplus_open_source/mi-gpt.git
pplus_open_source
mi-gpt
mi-gpt
main

搜索帮助