Commit Graph

2 Commits

Author SHA1 Message Date
R4V3N
ca8f76cdf9 Fix Ollama integration test to skip when model is not installed
Check /api/tags for the requested model before running, instead of
only checking server reachability. Provides a descriptive skip reason
listing available models.
2026-03-21 19:47:08 +01:00
R4V3N
06514fb5e4 Add Ollama provider for self-hosted LLM inference
Adds LLM_PROVIDER=ollama for fully local, zero-cost inference
via Ollama's OpenAI-compatible API. No API key required.
Configurable base URL via OLLAMA_BASE_URL env var.
2026-03-18 17:13:16 +01:00