Spaces:
Running
Running
File size: 460 Bytes
8e074b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"name": "llmchain",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"groq-sdk": "^0.7.0",
"ollama": "^0.5.9",
"socket.io": "^4.8.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}
|