From a5249181406b8c113cde2c33f4fb904c7961f308 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 18 Mar 2024 20:42:41 -0700 Subject: [PATCH] (fix) test load config proxy with redis --- litellm/tests/example_config_yaml/cache_with_params.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/example_config_yaml/cache_with_params.yaml b/litellm/tests/example_config_yaml/cache_with_params.yaml index 372151d0c..d43c1d033 100644 --- a/litellm/tests/example_config_yaml/cache_with_params.yaml +++ b/litellm/tests/example_config_yaml/cache_with_params.yaml @@ -6,5 +6,6 @@ model_list: litellm_settings: cache: True cache_params: + type: "redis" supported_call_types: ["embedding", "aembedding"] host: "localhost" \ No newline at end of file