mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(fix) importing PromptInjectionDetection
This commit is contained in:
parent
8436507616
commit
c8fbadeec2
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