mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test: fix tests
This commit is contained in:
parent
2f262ed9b4
commit
934c06c207
5 changed files with 17 additions and 6 deletions
|
@ -718,6 +718,7 @@ class AzureChatCompletion(BaseAzureLLM, BaseLLM):
|
|||
):
|
||||
response = None
|
||||
try:
|
||||
|
||||
if client is None:
|
||||
openai_aclient = AsyncAzureOpenAI(**azure_client_params)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue