forked from phoenix/litellm-mirror
fix(client_initialization_utils.py): fix import logic
This commit is contained in:
parent
14ab1e5d2d
commit
0710c167ab
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ import openai
|
||||||
import litellm
|
import litellm
|
||||||
from litellm._logging import verbose_router_logger
|
from litellm._logging import verbose_router_logger
|
||||||
from litellm.llms.azure import get_azure_ad_token_from_oidc
|
from litellm.llms.azure import get_azure_ad_token_from_oidc
|
||||||
from litellm.llms.custom_httpx.azure_dall_e_2 import (
|
|
||||||
AsyncCustomHTTPTransport,
|
|
||||||
CustomHTTPTransport,
|
|
||||||
)
|
|
||||||
from litellm.utils import calculate_max_parallel_requests
|
from litellm.utils import calculate_max_parallel_requests
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue