sam-4screen-desktop 2026-8-3:13:29:15

This commit is contained in:
2026-08-03 13:29:15 +10:00
parent 4c05bb9657
commit dc65165d6c
2 changed files with 3 additions and 10 deletions

View File

@@ -64,15 +64,9 @@ Open WebUI v0.11.0 runs on .13 as a native NixOS process (not Docker), managed v
---
## Ollama — Local LLM Inference
## Ollama — Local LLM Inference (REMOVED)
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) |
~~Runs on .13 with `qwen2.5-coder:7b` (Q4_K_M, 7.6B params).~~ **Removed August 2026.** Redundant — OmniRoute provides 485 models including superior `qwen/qwen3.5-9b`. The 4.7GB disk + RAM cost on a 15.5GB server wasn't justified.
### Pi default model selection model

View File

@@ -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), Ollama `:11434` (qwen2.5-coder:7b) |
| **Key services** | Open WebUI v0.11.0 `:3000` (NixOS native, not Docker) |
| Docker containers | |
|---|---|
@@ -180,7 +180,6 @@ 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 |
---