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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user