modified: .vscode/launch.json

modified:   custom_models/qwen/Modelfile
	modified:   newver.js
	new file:   nodemon.json
	modified:   package-lock.json
	modified:   package.json
This commit is contained in:
2025-01-18 20:45:43 -03:00
parent 49a36d74fd
commit 75eab9c599
6 changed files with 526 additions and 53 deletions

View File

@@ -4,7 +4,8 @@
"main": "newver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node newver.js"
"start": "nodemon newver.js --config",
"debug": "nodemon inspect newver.js --config"
},
"author": "",
"license": "ISC",
@@ -12,7 +13,9 @@
"dependencies": {
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"cli-color": "^2.0.4",
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.17.3",
"ollama": "^0.5.12",
"selenium-webdriver": "^4.27.0"
}