From 823e7b2a9d735dc4533a470a8a45ced2dd57a832 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Mon, 30 Mar 2026 21:36:35 -0700 Subject: [PATCH] test_completion_azure --- tests/llm_translation/test_azure_ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm_translation/test_azure_ai.py b/tests/llm_translation/test_azure_ai.py index c56e2a7a36..91cbcda059 100644 --- a/tests/llm_translation/test_azure_ai.py +++ b/tests/llm_translation/test_azure_ai.py @@ -297,7 +297,7 @@ def test_completion_azure(): litellm.set_verbose = False ## Test azure call response = completion( - model="azure/gpt-4.1-mini", + model="azure_ai/gpt-4.1-mini", api_base=os.getenv("AZURE_AI_API_BASE"), messages=[ {