mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix typo
This commit is contained in:
parent
9139230531
commit
1bfffadd05
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue