diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 79a8b58508..5a141fa034 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -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, )