fix model name

This commit is contained in:
2026-01-11 20:55:17 -05:00
parent 05526b06d6
commit c7bb0f04df
2 changed files with 1 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 || "gemma3:4b";
export const OLLAMA_MODEL = process.env.OLLAMA_MODEL || "gemma3:latest";
function cleanText(str) {
return str