From 6694975ec31255c20f0eaca85b838cb2e71291ff Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 5 Jan 2024 13:53:08 +0530 Subject: [PATCH] (test) azure completion_cost --- litellm/tests/test_completion_cost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion_cost.py b/litellm/tests/test_completion_cost.py index 4e22f7ffd..354342021 100644 --- a/litellm/tests/test_completion_cost.py +++ b/litellm/tests/test_completion_cost.py @@ -103,7 +103,7 @@ def test_cost_azure_gpt_35(): ), ) ], - model="azure/gpt-35-turbo", # azure always has model written like this + model="gpt-35-turbo", # azure always has model written like this usage=Usage(prompt_tokens=21, completion_tokens=17, total_tokens=38), )