forked from phoenix/litellm-mirror
(fix) importing PromptInjectionDetection
This commit is contained in:
parent
d8eff53ebe
commit
4006d10b7b
1 changed files with 1 additions and 1 deletions
|
@ -1773,7 +1773,7 @@ class ProxyConfig:
|
|||
isinstance(callback, str)
|
||||
and callback == "detect_prompt_injection"
|
||||
):
|
||||
from litellm.proxy.enterprise.enterprise_hooks.prompt_injection_detection import (
|
||||
from enterprise.enterprise_hooks.prompt_injection_detection import (
|
||||
_ENTERPRISE_PromptInjectionDetection,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue