Spaces:
Runtime error
Runtime error
File size: 508 Bytes
2f0071c 3b5317e 2f0071c 3b5317e 2f0071c f6f9858 2f0071c 3b5317e 2f0071c 3b5317e 2f0071c 3b5317e e6d4a92 1f5faa3 ce50a9e 297f180 1f5faa3 2f0071c 3b5317e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"name": "GptDemo",
"version": "1.0.0",
"description": "gpt demo api",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"keywords": [
"Node.js",
"Express",
"chat"
],
"author": "Nex",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"body-parser": "^1.19.0",
"axios": "^0.24.0",
"luxon": "^2.0.2",
"puppeteer": "latest",
"cheerio": "latest",
"gpt4js": "*",
"@google/generative-ai": "latest"
}
}
|