forked from phoenix/litellm-mirror
fix(proxy_cli.py): don't double load the router config
was causing callbacks to be instantiated twice - double couting usage in cache
This commit is contained in:
parent
d8da4cf8bb
commit
b2741933dc
5 changed files with 12 additions and 16 deletions
|
@ -2374,7 +2374,6 @@ class Router:
|
|||
"""
|
||||
Returns the deployment based on routing strategy
|
||||
"""
|
||||
|
||||
# users need to explicitly call a specific deployment, by setting `specific_deployment = True` as completion()/embedding() kwarg
|
||||
# When this was no explicit we had several issues with fallbacks timing out
|
||||
if specific_deployment == True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue