mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
feat(llm_guard.py): enable key-specific llm guard check
This commit is contained in:
parent
313f58c483
commit
7bc76ddbc3
8 changed files with 26 additions and 3 deletions
|
@ -64,6 +64,7 @@ google_moderation_confidence_threshold: Optional[float] = None
|
|||
llamaguard_unsafe_content_categories: Optional[str] = None
|
||||
blocked_user_list: Optional[Union[str, List]] = None
|
||||
banned_keywords_list: Optional[Union[str, List]] = None
|
||||
llm_guard_mode: Literal["all", "key-specific"] = "all"
|
||||
##################
|
||||
logging: bool = True
|
||||
caching: bool = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue