docs: remove Ollama from VM, switch to openrouter/auto

Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
Saravana Achu Mac 2026-03-31 01:43:35 -07:00
parent 869c47ba6d
commit 7b62411bb3

View File

@ -53,14 +53,12 @@
- **Version:** v2026.3.28 - **Version:** v2026.3.28
- **Config:** `/srv/openclaw/config/openclaw.json` - **Config:** `/srv/openclaw/config/openclaw.json`
- **Compose:** `/srv/openclaw/runtime/docker-compose.yml` + override - **Compose:** `/srv/openclaw/runtime/docker-compose.yml` + override
- **Agent Model:** ollama/qwen3:8b (local, all agents) - **Agent Model:** openrouter/auto (all agents; pending Ollama on dedicated VM)
- **Channels:** Slack (#general, socket mode) - **Channels:** Slack (#general, socket mode)
- **Containers:** - **Containers:**
- `runtime-openclaw-gateway-1` — OpenClaw gateway (ports 18789-18790) - `runtime-openclaw-gateway-1` — OpenClaw gateway (ports 18789-18790)
- `runtime-ollama-1` — Ollama v0.17.7 (port 11434)
- `runtime-openclaw-cli-1` — CLI tool - `runtime-openclaw-cli-1` — CLI tool
- **Ollama Model:** qwen3:8b (8.2B params, Q4_K_M, 5.2 GB) - **Ollama:** Removed from this VM (insufficient memory for inference). Will run on a dedicated VM.
- **Ollama Fix:** socat forwards 127.0.0.1:11434 → ollama:11434 (in gateway entrypoint)
- **Backup:** `/home/saravana/openclaw_backup/` - **Backup:** `/home/saravana/openclaw_backup/`
### Networking ### Networking