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