mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +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:
|
if client is None:
|
||||||
azure_client = AzureOpenAI(**azure_client_params)
|
azure_client = AzureOpenAI(**azure_client_params)
|
||||||
else:
|
else:
|
||||||
azure_client = client
|
|
||||||
azure_client = client
|
azure_client = client
|
||||||
if api_version is not None and isinstance(azure_client._custom_query, dict):
|
if api_version is not None and isinstance(azure_client._custom_query, dict):
|
||||||
# set api_version to version passed by user
|
# set api_version to version passed by user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue