forked from phoenix/litellm-mirror
Merge pull request #2942 from BerriAI/litellm_fix_router_loading
Router Async Improvements
This commit is contained in:
commit
83e7ed94ce
10 changed files with 746 additions and 60 deletions
|
@ -2335,6 +2335,7 @@ class ProxyConfig:
|
|||
"background_health_checks", False
|
||||
)
|
||||
health_check_interval = general_settings.get("health_check_interval", 300)
|
||||
|
||||
router_params: dict = {
|
||||
"cache_responses": litellm.cache
|
||||
!= None, # cache if user passed in cache values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue