From b68fb78e98dc36ce8e4dd6c8f82da2c15ca71746 Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 10 Jun 2026 03:11:43 -0700 Subject: [PATCH] =?UTF-8?q?fix(infrastructure):=20=F0=9F=90=9B=20update=20?= =?UTF-8?q?model=5Fboss=20registry=20host=20to=20lan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- infrastructure/ports.yaml | 2 +- packages/chobit-core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/ports.yaml b/infrastructure/ports.yaml index 966723d..4928d6f 100644 --- a/infrastructure/ports.yaml +++ b/infrastructure/ports.yaml @@ -18,7 +18,7 @@ redis: # Remote services (network, host configured in CompanionConfig) # These run on model-boss host (e.g., apricot:8210) or dedicated service hosts external: - model_boss: 8210 # GPU lease coordination (apricot.local) + model_boss: 8210 # GPU lease coordination (apricot.lan) speech_synthesis: 41222 # STT + TTS (@speech-synthesis service) llm: configurable # OpenAI-compatible endpoint via model-boss diff --git a/packages/chobit-core/package.json b/packages/chobit-core/package.json index 98fc1fa..43470c2 100644 --- a/packages/chobit-core/package.json +++ b/packages/chobit-core/package.json @@ -28,6 +28,6 @@ "author": "Lilith ", "license": "MIT", "publishConfig": { - "registry": "http://forge.black.local/api/packages/lilith/npm/" + "registry": "http://forge.black.lan/api/packages/lilith/npm/" } }