From a2123819b36d9ba839b560ec4ae7a8736446bb05 Mon Sep 17 00:00:00 2001 From: peter-parker Date: Tue, 25 Aug 2026 11:34:14 -0500 Subject: [PATCH] =?UTF-8?q?hindsight:=20promote=20solar-pro4:free=20(tool-?= =?UTF-8?q?calling)=20to=20primary=20LLM=20=E2=80=94=20fixes=20reflect=205?= =?UTF-8?q?00=20(t=5Fd0dffc3d)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/applications/hindsight/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cluster/applications/hindsight/values.yaml b/cluster/applications/hindsight/values.yaml index 2008ad0..772fb77 100644 --- a/cluster/applications/hindsight/values.yaml +++ b/cluster/applications/hindsight/values.yaml @@ -57,8 +57,10 @@ api: env: HINDSIGHT_API_LLM_BASE_URL: "https://inference-api.nousresearch.com/v1" HINDSIGHT_API_LLM_PROVIDER: "openai" - # Primary LLM. Fallback (documented, NOT deployed): solar-pro4:free - HINDSIGHT_API_LLM_MODEL: "stepfun/step-3.7-flash:free" + # Primary LLM: solar-pro4:free (tool-calling capable — fixes reflect 500). + # Fallback (documented, NOT deployed; retain/recall-only mode if primary drops): + # stepfun/step-3.7-flash:free + HINDSIGHT_API_LLM_MODEL: "upstage/solar-pro4:free" # ---------------------------------------------------------------------------- # Ingress via the chart's native template.