File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ librechat:
3333 # Required Values:
3434 # - MEILI_MASTER_KEY
3535 existingSecretName : " librechat-credentials-env"
36-
36+
3737 # 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
3838 # configYamlContent: ""
3939 configYamlContent : |
@@ -45,8 +45,8 @@ librechat:
4545 apiKey: "${OPENROUTER_KEY}"
4646 baseURL: "https://openrouter.ai/api/v1"
4747 models:
48- default: ["anthropic/claude-3.5-haiku"]
49- fetch: true
48+ default: ["anthropic/claude-3.5-haiku", "anthropic/claude-sonnet-4", "openai/gpt-4.1-mini" ]
49+ fetch: false
5050 titleConvo: true
5151 titleModel: "anthropic/claude-3.5-haiku"
5252 summarize: false
@@ -82,7 +82,7 @@ librechat:
8282 enabled : true
8383 size : 10G
8484 accessModes : ReadWriteOnce
85- # storageClassName:
85+ # storageClassName:
8686
8787# only lite RAG is supported
8888librechat-rag-api :
@@ -225,7 +225,7 @@ mongodb:
225225 extraEnvVars :
226226 - name : MONGODB_DATA_DIR
227227 value : /bitnami/mongodb
228- # persistence:
228+ # persistence:
229229# size: 8Gi
230230
231231
You can’t perform that action at this time.
0 commit comments