mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 00:18:51 +00:00
* feat(litellm_content_filter.py): add support for content filtering categories make it easy for proxy admin to prevent messages about violence, self harm or illegal weapons going through litellm * feat: initial commit adding bias detection allows admin to block inappropriate content about sexual orientation, etc. * refactor: simplify content_filter.py use a more exhaustive set of keywords, instead of guessing at potential phrases user can use * feat(content_filter.py): add new denied topics for in-built content filter guardrails allow user to automatically block content relating to certain categories from being sent to the LLML * refactor(content-filter): document new params to litellm content filter * feat(ui/): litellm content filter - select content categories on ui * docs: update documentation * docs(litellm_content_filter.md): document new content filters