fix ollama model env var mismatch
Some checks failed
ci/woodpecker/cron/ci Pipeline failed

This commit is contained in:
2026-01-08 20:57:35 -05:00
parent 96480a351f
commit 1059eced53
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
const OLLAMA_API_URL = process.env.OLLAMA_API_URL;
const OLLAMA_API_KEY = process.env.OLLAMA_API_KEY;
export const OLLAMA_MODEL = process.env.OLLAMA_MODEL || "gemma3n:e4b";
export const OLLAMA_MODEL = process.env.OLLAMA_MODEL || "gemma3:4b";
function cleanText(str) {
return str