From d8959790653f32baf5095a3d95134165ce0def6f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 12 Jan 2024 00:21:11 +0530 Subject: [PATCH] test(test_health_check.py): fix test --- litellm/tests/test_health_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_health_check.py b/litellm/tests/test_health_check.py index 3996c8d0986..05166b8888b 100644 --- a/litellm/tests/test_health_check.py +++ b/litellm/tests/test_health_check.py @@ -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}")