chore(content-ingestor): 🔧 Update example env vars template with accurate API keys, endpoints, and runtime settings for content ingestor

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-07 21:36:09 -07:00
parent 2e67734fbf
commit 0f89b66741

View file

@ -16,9 +16,13 @@ MACSYNC_PG_URL=postgres://readonly@black.lan:25436/macsync
# storage_key to a fetchable object URL (MinIO presigned / mac-sync server route).
MACSYNC_OBJECT_BASE_URL=http://black.lan:3201/objects
# --- Classifier: @model-boss vision (apricot GPU) ---
MODEL_BOSS_BASE_URL=http://apricot.lan:4505
MODEL_BOSS_VISION_MODEL=qwen3-vl-8b-instruct
# --- Classifier: @model-boss vision coordinator (apricot GPU) ---
# The classifier POSTs the contrastive primitive /v1/vision/score (verified live;
# there is NO server-side /score_image_rubric route — that's an MCP-only helper).
# Model must be `vision`-category (siglip2-so400m, what imajin-semantic uses); a
# `vlm` like qwen3-vl-8b-instruct is the wrong category for the contrastive scorer.
MODEL_BOSS_BASE_URL=http://apricot.lan:8210
MODEL_BOSS_VISION_MODEL=siglip2-so400m
MODEL_BOSS_TIMEOUT_MS=60000
# --- Sink: platform.api (data plane on black:3060) ---