mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(feat) allow users to pass azure client for acmompletion
This commit is contained in:
parent
2a69cab550
commit
7914623fbc
2 changed files with 11 additions and 5 deletions
|
@ -497,7 +497,8 @@ def completion(
|
|||
logger_fn=logger_fn,
|
||||
logging_obj=logging,
|
||||
acompletion=acompletion,
|
||||
timeout=timeout
|
||||
timeout=timeout,
|
||||
azure_client=optional_params.pop("azure_client", None)
|
||||
)
|
||||
|
||||
## LOGGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue