401 B
401 B
Openclaw
Development shell for Openclaw with Ollama.
Usage
nix develop
Auto-starts:
- ollama on http://localhost:11434
- openclaw-gateway (uses config from
~/.openclaw)
Commands
ollama list # List models
ollama run llama3.2:3b # Chat with model
# Stop services
pkill ollama
pkill openclaw-gateway