mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix import path
This commit is contained in:
parent
ce58c53ff1
commit
101c350f98
7 changed files with 7 additions and 15 deletions
|
@ -29,7 +29,7 @@ from litellm import Router, mock_completion
|
|||
from litellm.caching.caching import DualCache
|
||||
from litellm.integrations.custom_logger import CustomLogger
|
||||
from litellm_proxy._types import UserAPIKeyAuth
|
||||
from litellm_proxy.enterprise.enterprise_hooks.secret_detection import (
|
||||
from enterprise.enterprise_hooks.secret_detection import (
|
||||
_ENTERPRISE_SecretDetection,
|
||||
)
|
||||
from litellm_proxy.proxy_server import chat_completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue