diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index d7e62f98d0..91d700b843 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -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")