mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix(guardrails.py): fix guardrail item typing
This commit is contained in:
parent
1300223f51
commit
5f5c925efd
1 changed files with 0 additions and 1 deletions
|
|
@ -19,5 +19,4 @@ litellm_settings:
|
|||
class GuardrailItem(BaseModel):
|
||||
callbacks: List[str]
|
||||
default_on: bool
|
||||
logging_only: bool
|
||||
guardrail_name: str
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue