mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
refactor location of proxy
This commit is contained in:
parent
baa5564f95
commit
ce58c53ff1
413 changed files with 2087 additions and 2088 deletions
|
@ -14,12 +14,12 @@ sys.path.insert(
|
|||
) # Adds the parent directory to the system path
|
||||
import pytest
|
||||
import litellm
|
||||
from litellm.proxy.hooks.prompt_injection_detection import (
|
||||
from litellm_proxy.hooks.prompt_injection_detection import (
|
||||
_OPTIONAL_PromptInjectionDetection,
|
||||
)
|
||||
from litellm import Router, mock_completion
|
||||
from litellm.proxy.utils import ProxyLogging
|
||||
from litellm.proxy._types import UserAPIKeyAuth, LiteLLMPromptInjectionParams
|
||||
from litellm_proxy.utils import ProxyLogging
|
||||
from litellm_proxy._types import UserAPIKeyAuth, LiteLLMPromptInjectionParams
|
||||
from litellm.caching.caching import DualCache
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue