fix use consistent naming (#7092)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 11s

This commit is contained in:
Ishaan Jaff 2024-12-07 22:01:00 -08:00 committed by GitHub
parent 7d4a1cb4e2
commit 36e99ebce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 20 additions and 20 deletions

View file

@ -6,7 +6,7 @@ sys.path.insert(
) # Adds the parent directory to the system path
import pytest
from litellm.llms.AzureOpenAI.common_utils import process_azure_headers
from litellm.llms.azure.common_utils import process_azure_headers
from httpx import Headers
@ -172,7 +172,7 @@ def test_azure_extra_headers(input, call_type):
],
)
def test_process_azure_endpoint_url(api_base, model, expected_endpoint):
from litellm.llms.AzureOpenAI.azure import AzureChatCompletion
from litellm.llms.azure.azure import AzureChatCompletion
azure_chat_completion = AzureChatCompletion()
input_args = {