Updated LLM config and added read_webpage
All checks were successful
Publish Library / Build NPM Project (push) Successful in 46s
Publish Library / Tag Version (push) Successful in 6s

This commit is contained in:
2026-02-01 13:16:08 -05:00
parent 28904cddbe
commit 7b57a0ded1
11 changed files with 840 additions and 384 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/ai-utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "AI Utility library",
"author": "Zak Timson",
"license": "MIT",
@@ -30,7 +30,7 @@
"@xenova/transformers": "^2.17.2",
"@ztimson/node-utils": "^1.0.4",
"@ztimson/utils": "^0.27.9",
"ollama": "^0.6.0",
"cheerio": "^1.2.0",
"openai": "^6.6.0",
"tesseract.js": "^6.0.1"
},
@@ -42,7 +42,6 @@
"vite-plugin-dts": "^4.5.3"
},
"files": [
"bin",
"dist"
]
}