lenzcom commited on
Commit
b455e44
·
verified ·
1 Parent(s): 8a5b096

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +16 -18
package.json CHANGED
@@ -1,18 +1,16 @@
1
- {
2
- "name": "ai-agents",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "type": "module",
10
- "keywords": [],
11
- "author": "",
12
- "license": "ISC",
13
- "dependencies": {
14
- "dotenv": "^17.2.3",
15
- "node-llama-cpp": "^3.14.0",
16
- "openai": "^6.7.0"
17
- }
18
- }
 
1
+ {
2
+ "name": "ai-agents",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "server.js",
6
+ "scripts": {
7
+ "start": "node server.js"
8
+ },
9
+ "type": "module",
10
+ "dependencies": {
11
+ "dotenv": "^16.3.1",
12
+ "node-llama-cpp": "^3.0.0",
13
+ "express": "^4.18.2",
14
+ "body-parser": "^1.20.2"
15
+ }
16
+ }