Ollama
Ollama runs open-source AI models locally on your machine. Free, private, no API key needed.Setup
- Install Ollama: ollama.com/download
- Pull a model:
- Pawz auto-detects Ollama at
localhost:11434
Configuration
Recommended models
Embedding model
Pawz usesnomic-embed-text for the memory system:
Remote Ollama
To use Ollama on another machine:- On the remote machine, set
OLLAMA_HOST=0.0.0.0:11434 - In Pawz, change the base URL to
http://<remote-ip>:11434/v1
Tips
- Ollama uses your GPU automatically if available
- Models are downloaded to
~/.ollama/models/ - Run
ollama listto see installed models - Run
ollama rm <model>to delete a model - Ollama models use the
:syntax (e.g.,llama3.1:8b) — Pawz auto-routes these

