Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/docs/local/helm_chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ stringData:
JWT_REFRESH_SECRET: <generated value>
MEILI_MASTER_KEY: <generated value>
```
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: <librechat-chart-namespace>
. . . .

OPENAI_API_KEY: <your secret value>
Expand Down