Spaces:
Runtime error
Runtime error
| { | |
| "name": "example-node", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "app.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "dev": "node app.js", | |
| "start": "node app.js", | |
| "rebuild": "cd ../.. && yarn && yarn build && cd examples/node && rm -rf node_modules && yarn && yarn dev" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@google/generative-ai": "^0.1.1", | |
| "chromadb": "file:../..", | |
| "cohere-ai": "^5.0.2", | |
| "express": "^4.18.2", | |
| "openai": "^3.1.0" | |
| } | |
| } | |