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
10 changes: 5 additions & 5 deletions helm/librechat/stacklok_combined_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ librechat:
# Required Values:
# - MEILI_MASTER_KEY
existingSecretName: "librechat-credentials-env"

# For adding a custom config yaml-file you can set the contents in this var. See https://www.librechat.ai/docs/configuration/librechat_yaml/example
# configYamlContent: ""
configYamlContent: |
Expand All @@ -45,8 +45,8 @@ librechat:
apiKey: "${OPENROUTER_KEY}"
baseURL: "https://openrouter.ai/api/v1"
models:
default: ["anthropic/claude-3.5-haiku"]
fetch: true
default: ["anthropic/claude-3.5-haiku", "anthropic/claude-sonnet-4", "openai/gpt-4.1-mini"]
fetch: false
titleConvo: true
titleModel: "anthropic/claude-3.5-haiku"
summarize: false
Expand Down Expand Up @@ -82,7 +82,7 @@ librechat:
enabled: true
size: 10G
accessModes: ReadWriteOnce
# storageClassName:
# storageClassName:

# only lite RAG is supported
librechat-rag-api:
Expand Down Expand Up @@ -225,7 +225,7 @@ mongodb:
extraEnvVars:
- name: MONGODB_DATA_DIR
value: /bitnami/mongodb
# persistence:
# persistence:
# size: 8Gi


Expand Down