Skip to content
Snippets Groups Projects
Commit 4836b0d2 authored by HARTZ HENRI's avatar HARTZ HENRI
Browse files

feat: import ollama

parent b79f1d23
Branches
2 merge requests!95V4.0,!81Feature/71 generatetrueanswer
......@@ -25,6 +25,7 @@
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"he": "^1.2.0",
"ollama": "^0.5.12",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
......@@ -7026,6 +7027,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/ollama": {
"version": "0.5.12",
"resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.12.tgz",
"integrity": "sha512-flVH1fn1c9NF7VV3bW9kSu0E+bYc40b4DxL/gS2Debhao35osJFRDiPOj9sIWTMvcyj78Paw1OuhfIe7uhDWfQ==",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "^3.6.20"
}
},
"node_modules/on-finished": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
......@@ -9130,6 +9140,12 @@
"node": ">=4.0"
}
},
"node_modules/whatwg-fetch": {
"version": "3.6.20",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
"integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
"license": "MIT"
},
"node_modules/whatwg-url": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
......
......@@ -36,6 +36,7 @@
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"he": "^1.2.0",
"ollama": "^0.5.12",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment