mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix typo
This commit is contained in:
parent
081bd58ea5
commit
9df978b511
1 changed files with 1 additions and 1 deletions
|
@ -1532,7 +1532,7 @@ class ProxyConfig:
|
||||||
cache_params = {}
|
cache_params = {}
|
||||||
if "cache_params" in litellm_settings:
|
if "cache_params" in litellm_settings:
|
||||||
cache_params_in_config = litellm_settings["cache_params"]
|
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_params.update(cache_params_in_config)
|
||||||
|
|
||||||
cache_type = cache_params.get("type", "redis")
|
cache_type = cache_params.get("type", "redis")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue