Chysev commited on
Commit
3dc6fef
·
verified ·
1 Parent(s): e0766bf

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -1
package.json CHANGED
@@ -6,7 +6,8 @@
6
  "author": "Rahul Kiran Gaddam",
7
  "dependencies": {
8
  "express": "4.16.1",
9
- "node-llama-cpp": "^2.8.6"
 
10
  },
11
  "scripts": {
12
  "start": "node ./index.js"
 
6
  "author": "Rahul Kiran Gaddam",
7
  "dependencies": {
8
  "express": "4.16.1",
9
+ "node-llama-cpp": "^2.8.6",
10
+ "cors": "^2.8.5"
11
  },
12
  "scripts": {
13
  "start": "node ./index.js"