mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix import loc2
This commit is contained in:
parent
76af283995
commit
daa8c23675
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ from typing import List, Literal, Optional, TypedDict
|
|||
|
||||
from pydantic import Field
|
||||
|
||||
from litellm_proxy._types import LiteLLMPydanticObjectBase, LitellmUserRoles
|
||||
from litellm.types.utils import LiteLLMPydanticObjectBase
|
||||
|
||||
|
||||
class MicrosoftGraphAPIUserGroupDirectoryObject(TypedDict, total=False):
|
||||
|
|
|
@ -21,6 +21,7 @@ import pytest
|
|||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
import litellm
|
||||
import litellm_proxy
|
||||
from litellm_proxy.common_utils.encrypt_decrypt_utils import encrypt_value
|
||||
from litellm_proxy.proxy_server import ProxyConfig
|
||||
from litellm_proxy.utils import DualCache, ProxyLogging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue