diff --git a/content/docs/local/helm_chart.mdx b/content/docs/local/helm_chart.mdx index fe993bcff..3cecdfed9 100644 --- a/content/docs/local/helm_chart.mdx +++ b/content/docs/local/helm_chart.mdx @@ -29,11 +29,14 @@ stringData: JWT_REFRESH_SECRET: MEILI_MASTER_KEY: ``` -2. Add credentials for the Kubernetes Secret (dependent on the desired provider): +2. Add to this same secret any required API keys for LLM providers: ```yaml apiVersion: v1 kind: Secret +metadata: + name: librechat-credentials-env + namespace: . . . . OPENAI_API_KEY: