Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Jan 22, 2024
1 parent 0764931 commit d12d7f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 06_librechat_app_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ locals {
### Plugins ###
# NOTE: You need a fixed key and IV. a 32-byte key (64 characters in hex) and 16-byte IV (32 characters in hex)
# Warning: If you don't set them, the app will crash on startup.
DEBUG_PLUGINS = var.libre_app_debug_plugins
CREDS_KEY = var.libre_app_plugins_creds_key != null ? var.libre_app_plugins_creds_key : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_key.id})"
CREDS_IV = var.libre_app_plugins_creds_iv != null ? var.libre_app_plugins_creds_iv : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_iv.id})"
DEBUG_PLUGINS = var.libre_app_debug_plugins
CREDS_KEY = var.libre_app_plugins_creds_key != null ? var.libre_app_plugins_creds_key : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_key.id})"
CREDS_IV = var.libre_app_plugins_creds_iv != null ? var.libre_app_plugins_creds_iv : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_iv.id})"
#PLUGIN_MODELS = var.libre_app_plugin_models
#PLUGINS_USE_AZURE = var.libre_app_plugins_use_azure

Expand Down
2 changes: 1 addition & 1 deletion tests/auto_test1/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module "private-chatgpt-openai" {
libre_app_custom_footer = var.libre_app_custom_footer
libre_app_host = var.libre_app_host
libre_app_port = var.libre_app_port
libre_app_docker_image = var.libre_app_docker_image
libre_app_docker_image = var.libre_app_docker_image
libre_app_mongo_uri = var.libre_app_mongo_uri
libre_app_domain_client = var.libre_app_domain_client
libre_app_domain_server = var.libre_app_domain_server
Expand Down

0 comments on commit d12d7f6

Please sign in to comment.