forked from phoenix/litellm-mirror
build(custom_guardrail.py): include missing file
This commit is contained in:
parent
b5ab138134
commit
3fc4ae0d65
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