mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
build(custom_guardrail.py): include missing file
This commit is contained in:
parent
bb48ff57b4
commit
4fa8991a90
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ from litellm.caching import DualCache
|
||||||
from litellm.integrations.custom_guardrail import CustomGuardrail
|
from litellm.integrations.custom_guardrail import CustomGuardrail
|
||||||
from litellm.proxy._types import UserAPIKeyAuth
|
from litellm.proxy._types import UserAPIKeyAuth
|
||||||
from litellm.proxy.guardrails.guardrail_helpers import should_proceed_based_on_metadata
|
from litellm.proxy.guardrails.guardrail_helpers import should_proceed_based_on_metadata
|
||||||
from litellm.types.guardrails import GuardrailEventHooks
|
|
||||||
|
|
||||||
|
|
||||||
class myCustomGuardrail(CustomGuardrail):
|
class myCustomGuardrail(CustomGuardrail):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue