mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
refactor: rename enterprise specific hooks and callbacks to be more precise
This commit is contained in:
parent
b1a6861a56
commit
383afa389f
6 changed files with 6 additions and 10 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue