This commit is contained in:
Ishaan Jaff 2025-03-27 22:31:38 -07:00
parent 081bd58ea5
commit 9df978b511

View file

@ -1532,7 +1532,7 @@ class ProxyConfig:
cache_params = {}
if "cache_params" in litellm_settings:
cache_params_in_config = litellm_settings["cache_params"]
# overwrie cache_params with cache_params_in_config
# overwrite cache_params with cache_params_in_config
cache_params.update(cache_params_in_config)
cache_type = cache_params.get("type", "redis")