mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix imports
This commit is contained in:
parent
8777e38880
commit
cc7a2bfa50
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import litellm
|
|||
from litellm._logging import print_verbose, verbose_logger
|
||||
from litellm.caching.caching import DualCache
|
||||
from litellm.llms.custom_httpx.http_handler import HTTPHandler
|
||||
from litellm_proxy._types import KeyManagementSystem
|
||||
from litellm.types.utils import KeyManagementSystem
|
||||
|
||||
oidc_cache = DualCache()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue