mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat: working e2e credential management - support reusing existing credentials
This commit is contained in:
parent
2ec7830b66
commit
f56c5ca380
5 changed files with 79 additions and 17 deletions
|
@ -955,6 +955,7 @@ class Router:
|
|||
specific_deployment=kwargs.pop("specific_deployment", None),
|
||||
request_kwargs=kwargs,
|
||||
)
|
||||
|
||||
_timeout_debug_deployment_dict = deployment
|
||||
end_time = time.time()
|
||||
_duration = end_time - start_time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue