diff --git a/300 areas/350 AI/Pi Agent Extensions & Skills.md b/300 areas/350 AI/Pi Agent Extensions & Skills.md index 1d6638b..cefa029 100644 --- a/300 areas/350 AI/Pi Agent Extensions & Skills.md +++ b/300 areas/350 AI/Pi Agent Extensions & Skills.md @@ -58,10 +58,22 @@ Open WebUI v0.11.0 runs on .13 as a native NixOS process (not Docker), managed v |--------|--------| | **URL** | `http://192.168.20.13:3000` | | **Package** | `open-webui-0.11.0` (NixOS nixpkgs) | -| **How to connect OmniRoute** | Admin Panel ⚙️ → Settings → Connections → OpenAI API → URL: `http://192.168.20.13:20129/v1`, Key: OmniRoute API key | +| **How to connect OmniRoute** | Admin Panel ⚙️ → Settings → Connections → OpenAI API → URL: `http://192.168.20.13:20129/v1` (include `/v1`), Key: OmniRoute API key | | **Also works with** | Any OpenAI-compatible API (TokenRouter, OpenRouter, DeepSeek) — add each as a separate connection | | **Port note** | :3000 is taken by Open WebUI. Langfuse was bumped to :3001. | +--- + +## Ollama — Local LLM Inference + +Runs on .13 with `qwen2.5-coder:7b` (Q4_K_M, 7.6B params). Sparse use — 15.5GB RAM on .13 limits local model viability. Open WebUI can connect to Ollama as a connection type directly. + +| Aspect | Detail | +|--------|--------| +| **URL** | `http://192.168.20.13:11434` | +| **WebUI** | `http://192.168.20.13:3000` → Settings → Connections → Ollama → `http://127.0.0.1:11434` (localhost from .13's perspective) | +| **Model** | `qwen2.5-coder:7b` (last pulled Feb 2026) | + ### Pi default model selection model Machines route through `omni` provider with `defaultModel: "default-opencode-go-ds-flash"`: diff --git a/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md b/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md index 1879437..4cb188a 100644 --- a/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md +++ b/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md @@ -55,7 +55,7 @@ aliases: [] | **SSH** | ✅ `sam@192.168.20.13` | | **Tailscale** | ✅ `100.114.62.46` (nixos-desktop) | | **Role** | Docker host, OmniRoute LLM proxy, always-on server. 15.5GB RAM. -| **Key services** | Open WebUI v0.11.0 `:3000` (NixOS native, not Docker) | +| **Key services** | Open WebUI v0.11.0 `:3000` (NixOS native, not Docker), Ollama `:11434` (qwen2.5-coder:7b) | | Docker containers | | |---|---| @@ -180,6 +180,7 @@ Host phone | `8090` | langgraph-service | .27 | | `5000` | opencode-brain | .27 | | `1780` | Snapcast (audio control) | .13 | +| `11434` | Ollama (qwen2.5-coder:7b) | .13 | | `8765` | python3 (unidentified) | .27 | ---