Files
llmThing/package.json
Shiro-Nek0 49a36d74fd new file: .vscode/launch.json
modified:   custom_models/qwen/Modelfile
	new file:   newver.js
	modified:   package.json
2025-01-18 04:49:12 -03:00

20 lines
406 B
JSON

{
"name": "ollama",
"version": "1.0.0",
"main": "newver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node newver.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"discord-webhook-node": "^1.1.8",
"ollama": "^0.5.12",
"selenium-webdriver": "^4.27.0"
}
}