From 3d8eb1bf1c28b2116516fee3a277c60fb2871e80 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sat, 29 Aug 2026 12:44:01 -0500 Subject: [PATCH] hindsight: restore LLM to local astro-orbiter Qwen3.8-27B (Nous retain broken) (t_e0e6f7ca) --- cluster/applications/hindsight/values.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cluster/applications/hindsight/values.yaml b/cluster/applications/hindsight/values.yaml index 6abd024..09c897d 100644 --- a/cluster/applications/hindsight/values.yaml +++ b/cluster/applications/hindsight/values.yaml @@ -60,11 +60,12 @@ existingSecret: hindsight-credentials # ---------------------------------------------------------------------------- api: env: - HINDSIGHT_API_LLM_BASE_URL: "https://inference-api.nousresearch.com/v1" + # Restore (2026-08-29, t_e0e6f7ca): astro-orbiter back online; move LLM back + # to local Qwen3.8-27B-Q4_K_M on llama-swap. Nous free tier returns 400 + # 'missing tags' on Hindsight structured fact-extraction (retain broken). + HINDSIGHT_API_LLM_BASE_URL: "http://astro-orbiter:8001/v1" HINDSIGHT_API_LLM_PROVIDER: "openai" - # Swap (2026-08-28, t_8516dba2): stepfun failed retain w/ 400 'missing tags'; - # return to verified-good Nous solar-pro4:free. - HINDSIGHT_API_LLM_MODEL: "upstage/solar-pro4:free" + HINDSIGHT_API_LLM_MODEL: "Qwen3.8-27B-Q4_K_M" # ---------------------------------------------------------------------------- # Ingress via the chart's native template.