refactor: rename enterprise specific hooks and callbacks to be more precise

This commit is contained in:
Krrish Dholakia 2024-02-17 17:52:32 -08:00 committed by ishaan-jaff
parent fcf2c2f130
commit 5bb3d346bb
6 changed files with 6 additions and 10 deletions

View file

@ -1444,7 +1444,7 @@ class ProxyConfig:
isinstance(callback, str)
and callback == "llamaguard_moderations"
):
from litellm.proxy.enterprise.hooks.llama_guard import (
from litellm.proxy.enterprise.enterprise_hooks.llama_guard import (
_ENTERPRISE_LlamaGuard,
)