fix(config): add CF_ORCH_URL to local env for recipe scan + LLM features

Without CF_ORCH_URL set, _call_vision_backend() skips cf-orch entirely
and falls through to local VLM (no GPU in container) then fails.
.env gets CF_ORCH_URL=http://10.1.10.71:7700 for the local rack.
.env.example updated with documentation for self-hosters.

Local scan confirmed: cf-docuvision (Sif, GGUF) → ollama llama3.1:8b → 200 OK.
This commit is contained in:
pyr0ball 2026-05-17 09:21:33 -07:00
parent 7cad503b35
commit b326d4aa6e

View file

@ -57,6 +57,9 @@ CF_APP_NAME=kiwi
# Unset = auto-detect: true if CLOUD_MODE or circuitforge_orch is installed (paid+ local).
# Set false to force LocalScheduler even when cf-orch is present.
# USE_ORCH_SCHEDULER=false
# CF_ORCH_URL: coordinator endpoint. Required for recipe scan (cf-docuvision) and
# LLM features when CF_ORCH_URL is the only backend. Local rack: http://10.1.10.71:7700
# CF_ORCH_URL=http://10.1.10.71:7700
# Cloud mode (set in compose.cloud.yml; also set here for reference)
# CLOUD_DATA_ROOT=/devl/kiwi-cloud-data