mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🪖 chore: Fix Typo in helm/librechat/values.yaml
(#8960)
This commit is contained in:
parent
e478ae1c28
commit
5eb6926464
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ librechat:
|
|||
configEnv:
|
||||
PLUGIN_MODELS: gpt-4,gpt-4-turbo-preview,gpt-4-0125-preview,gpt-4-1106-preview,gpt-4-0613,gpt-3.5-turbo,gpt-3.5-turbo-0125,gpt-3.5-turbo-1106,gpt-3.5-turbo-0613
|
||||
DEBUG_PLUGINS: "true"
|
||||
# IMPORTANT -- GENERATE your own: openssl rand -hex 32 and openssl rand -hex 16 for CREDS_IV. Best Practise: Put into Secret. See gloobal.librechat.existingSecretName
|
||||
# IMPORTANT -- GENERATE your own: openssl rand -hex 32 and openssl rand -hex 16 for CREDS_IV. Best Practise: Put into Secret. See global.librechat.existingSecretName
|
||||
CREDS_KEY: 9e95d9894da7e68dd69c0046caf5343c8b1e80c89609b5a1e40e6568b5b23ce6
|
||||
CREDS_IV: ac028c86ba23f4cd48165e0ca9f2c683
|
||||
JWT_SECRET: 16f8c0ef4a5d391b26034086c628469d3f9f497f08163ab9b40137092f2909ef
|
||||
|
@ -231,4 +231,4 @@ meilisearch:
|
|||
tag: "v1.7.3"
|
||||
auth:
|
||||
# Use an existing Kubernetes secret for the MEILI_MASTER_KEY
|
||||
existingMasterKeySecret: "librechat-credentials-env"
|
||||
existingMasterKeySecret: "librechat-credentials-env"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue