mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 16:22:17 +00:00
fix typo
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user