new file: .vscode/launch.json

modified:   custom_models/qwen/Modelfile
	new file:   newver.js
	modified:   package.json
This commit is contained in:
2025-01-18 04:49:12 -03:00
parent 05048838be
commit 49a36d74fd
4 changed files with 206 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "ollama",
"version": "1.0.0",
"main": "index.js",
"main": "newver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
"start": "node newver.js"
},
"author": "",
"license": "ISC",