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:
parent
7cad503b35
commit
b326d4aa6e
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ CF_APP_NAME=kiwi
|
||||||
# Unset = auto-detect: true if CLOUD_MODE or circuitforge_orch is installed (paid+ local).
|
# 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.
|
# Set false to force LocalScheduler even when cf-orch is present.
|
||||||
# USE_ORCH_SCHEDULER=false
|
# 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 mode (set in compose.cloud.yml; also set here for reference)
|
||||||
# CLOUD_DATA_ROOT=/devl/kiwi-cloud-data
|
# CLOUD_DATA_ROOT=/devl/kiwi-cloud-data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue