test(test_health_check.py): fix test

This commit is contained in:
Krrish Dholakia 2024-01-12 00:21:11 +05:30
parent 9e7b06e17b
commit d895979065

View file

@ -21,7 +21,7 @@ async def test_azure_health_check():
"api_base": os.getenv("AZURE_API_BASE"),
"api_version": os.getenv("AZURE_API_VERSION"),
},
mode="completion",
mode="chat",
)
print(f"response: {response}")