From c844d26ff1f8c6b40a04ce05f45f724e3ced39eb Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 20 Sep 2023 20:12:26 -0700 Subject: [PATCH] fix azure --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index ba013223d..d7cda7378 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -434,7 +434,7 @@ def test_completion_azure_with_litellm_key(): def test_completion_azure_deployment_id(): try: response = completion( - deployment_id="chatgpt-v-2", + deployment_id="azure/chatgpt-v-2", model="gpt-3.5-turbo", messages=messages, )