fix: use updated ollama ai package

This commit is contained in:
Joe Fleming
2026-03-13 21:09:09 -06:00
parent 74a5e70322
commit c65a7160ba
12 changed files with 39 additions and 41 deletions

View File

@@ -10,7 +10,8 @@
"fmt": "oxfmt --check",
"fmt:fix": "oxfmt",
"lint": "oxlint",
"lint:fix": "oxlint --fix"
"lint:fix": "oxlint --fix",
"checks": "bun run lint && bun run fmt"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.58",
@@ -19,12 +20,12 @@
"@mozilla/readability": "^0.6.0",
"@openrouter/ai-sdk-provider": "^2.3.0",
"ai": "^6.0.116",
"ai-sdk-ollama": "^3.8.0",
"commander": "^14.0.3",
"cron-parser": "^5.5.0",
"js-tiktoken": "^1.0.21",
"jsonrepair": "^3.13.3",
"node-html-parser": "^7.1.0",
"ollama-ai-provider": "^1.2.0",
"picocolors": "^1.1.1",
"zod": "^4.3.6"
},