mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) azure extra setting client
This commit is contained in:
parent
f2c6bb9d3e
commit
6bc0694bef
1 changed files with 0 additions and 1 deletions
|
@ -415,7 +415,6 @@ class AzureChatCompletion(BaseLLM):
|
|||
if client is None:
|
||||
azure_client = AzureOpenAI(**azure_client_params)
|
||||
else:
|
||||
azure_client = client
|
||||
azure_client = client
|
||||
if api_version is not None and isinstance(azure_client._custom_query, dict):
|
||||
# set api_version to version passed by user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue