mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(feat) completion: Azure allow users to pass client to router
This commit is contained in:
parent
a0a6d5ceeb
commit
a2d7623d6e
2 changed files with 33 additions and 14 deletions
|
@ -498,7 +498,7 @@ def completion(
|
|||
logging_obj=logging,
|
||||
acompletion=acompletion,
|
||||
timeout=timeout,
|
||||
azure_client=optional_params.pop("azure_client", None)
|
||||
client=optional_params.pop("client", None)
|
||||
)
|
||||
|
||||
## LOGGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue