test: fix tests

This commit is contained in:
Krrish Dholakia 2025-03-11 17:42:36 -07:00
parent 2f262ed9b4
commit 934c06c207
5 changed files with 17 additions and 6 deletions

View file

@ -718,6 +718,7 @@ class AzureChatCompletion(BaseAzureLLM, BaseLLM):
):
response = None
try:
if client is None:
openai_aclient = AsyncAzureOpenAI(**azure_client_params)
else: