hindsight: interim swap LLM to Nous stepfun/step-3.7-flash:free (astro-orbiter down)

This commit is contained in:
Hermes Agent service account
2026-08-28 23:12:48 -05:00
parent 9bc29508d7
commit aee61d4511

View File

@@ -57,11 +57,11 @@ existingSecret: hindsight-credentials
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
api: api:
env: env:
HINDSIGHT_API_LLM_BASE_URL: "http://astro-orbiter:8001/v1" HINDSIGHT_API_LLM_BASE_URL: "https://inference-api.nousresearch.com/v1"
HINDSIGHT_API_LLM_PROVIDER: "openai" HINDSIGHT_API_LLM_PROVIDER: "openai"
# Primary LLM: local astro-orbiter Qwen3.8-27B-Q4_K_M (LAN-fast, off Nous free tier). # Interim swap (2026-08-28, Ryan directive): local astro-orbiter Qwen is DOWN,
HINDSIGHT_API_LLM_MODEL: "Qwen3.8-27B-Q4_K_M" # so back Hindsight with Nous free stepfun/step-3.7-flash until the local node recovers.
# Fallback (documented, NOT deployed): upstage/solar-pro4:free (Nous) — use if the local node is ever down. HINDSIGHT_API_LLM_MODEL: "stepfun/step-3.7-flash:free"
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# Ingress via the chart's native template. # Ingress via the chart's native template.