From d1af0af7bffe83b9fc5be390d5f45b52c2fa451f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 17 Nov 2023 17:25:46 -0800 Subject: [PATCH] (docs) load balancer --- litellm/proxy/example_config_yaml/load_balancer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/example_config_yaml/load_balancer.yaml b/litellm/proxy/example_config_yaml/load_balancer.yaml index 02d9962c0..502b90ff9 100644 --- a/litellm/proxy/example_config_yaml/load_balancer.yaml +++ b/litellm/proxy/example_config_yaml/load_balancer.yaml @@ -24,5 +24,5 @@ model_list: # use the same model_name for using the litellm router. LiteLLM will environment_variables: REDIS_HOST: localhost - REDIS_PASSWORD: "eYVX71" - REDIS_PORT: 6329 \ No newline at end of file + REDIS_PASSWORD: + REDIS_PORT: \ No newline at end of file