improvements
All checks were successful
ci/woodpecker/cron/ci Pipeline was successful

This commit is contained in:
2026-01-18 23:02:18 -05:00
parent c54b1a6082
commit 9332ac6f94
3 changed files with 322 additions and 90 deletions

View File

@@ -22,7 +22,7 @@ export async function initializeModel() {
console.log(`Using default model: ${model}`);
}
}
} catch (err) {
} catch {
console.warn(`Could not fetch default model, using: ${OLLAMA_MODEL}`);
}
}