modified: custom_models/qwen/Modelfile new file: newver.js modified: package.json
20 lines
406 B
JSON
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"
|
|
}
|
|
}
|