Ollama
Ollama is a simple way to run models locally with one command. Yttri supports it separately from the generic OpenAI-compatible adapter: for Ollama, the model list can be pulled straight from its own API, not only from the standard OpenAI endpoint.
Connecting
Section titled “Connecting”- Install Ollama and pull a model:
ollama pull llama3.1(or any other — see ollama.com/library). - Ollama starts a local server on
http://localhost:11434by itself. - In Yttri: Settings → Assistant → Models → Add provider → the Ollama preset → “Test connection”.
No API key needed, the “Local provider” flag is set automatically.
If it won’t connect
Section titled “If it won’t connect”- Make sure Ollama is running:
ollama serve(it usually starts on its own after installation), orollama listto see what’s pulled. - If the model list in Yttri is empty — check that at least one model is
pulled (
ollama pull ...); an empty Ollama library shows an empty list.