From b246c0e6883f936bc68fcc06b7f6fd4a8141ecfb Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 16 Jun 2026 15:35:31 +0000 Subject: [PATCH] =?UTF-8?q?fix(language):=20LiteLLM=20gateway=20never-say?= =?UTF-8?q?=20=E2=80=94=20stale=20endpoints,=20not=20piguard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit piguard is legitimately in the request path as the reverse proxy; only the stale endpoint forms (piguard:4000, koala:4000) are wrong. Per brain#6 review amendment #3 / tapir#18 follow-on. --- LANGUAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANGUAGE.md b/LANGUAGE.md index 5effe7f..3d3bae1 100644 --- a/LANGUAGE.md +++ b/LANGUAGE.md @@ -12,7 +12,7 @@ | AI router | Local-first chain: local Primary → local fallback → external worst-case. | "the API" | | BYO-AI fallback | User's own external AI key, used only when local fails; opt-in. Without it, content is never sent externally. | "the default AI" | | brain | Persistent homelab knowledge store; in Tapir, one optional HTTP sink (`brain_ingest`), not the filesystem package. | "the database", "the store" | -| LiteLLM gateway | Local AI gateway (`koala:30401/v1`); the Primary in the AI router. | "piguard", "the cloud" | +| LiteLLM gateway | Local AI gateway (`koala:30401/v1`); the Primary in the AI router. | "piguard:4000", "koala:4000", "the cloud" | | connection | A connected video account a user authorizes via OAuth; subscriptions hang off it. | "login", "session" | ## Caveman rubric