mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix use consistent naming (#7092)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 11s
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 11s
This commit is contained in:
parent
7d4a1cb4e2
commit
36e99ebce7
20 changed files with 20 additions and 20 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue