hindsight: swap LLM astro-orbiter Qwen3.8-27B -> Nous free-tier stepfun/step-3.7-flash:free (t_90261bb1)
- values.yaml: HINDSIGHT_API_LLM_BASE_URL -> https://inference-api.nousresearch.com/v1, MODEL -> stepfun/step-3.7-flash:free (fallback solar-pro4:free documented, not deployed) - externalsecret.yaml: HINDSIGHT_API_LLM_API_KEY remoteRef -> 1Password nous/api-key (replaces local-placeholder) - PROVIDER stays openai; API key via envFrom, never plaintext per decision 4
This commit is contained in:
@@ -69,9 +69,11 @@ spec:
|
||||
remoteRef:
|
||||
key: hindsight
|
||||
property: HINDSIGHT_API_MCP_AUTH_TOKEN
|
||||
# 1Password item "hindsight", field "HINDSIGHT_API_LLM_API_KEY"
|
||||
# (literal "local-placeholder" — astro-orbiter does not validate, D1)
|
||||
# 1Password item "nous" (vault mk-labs), field "api-key" (Ryan-provisioned,
|
||||
# decision 4). Replaces the prior "local-placeholder" value — astro-orbiter
|
||||
# did not validate; now wired to the Nous free-tier inference API. Materialized
|
||||
# Secret key name stays HINDSIGHT_API_LLM_API_KEY (env-var-named, envFrom).
|
||||
- secretKey: HINDSIGHT_API_LLM_API_KEY
|
||||
remoteRef:
|
||||
key: hindsight
|
||||
property: HINDSIGHT_API_LLM_API_KEY
|
||||
key: nous
|
||||
property: api-key
|
||||
|
||||
Reference in New Issue
Block a user