mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-24 11:40:20 +00:00
569ddde9fe
* feat(custom_guardrail.py): allow admin to run guardrails on specific modes based on request tags Enables pre-call checks for openwebui but logging for claude code guardrails * refactor(custom_guardrail.py): move tag based mode to enterprise * test(test_custom_guardrail.py): update test * feat(quick_start.md): add doc on tag-based guardrail mode * docs(quick_start.md): cleanup doc * docs: cleanup * docs(openweb_ui.md): add tutorial to doc * fix(custom_guardrail.py): ensure user is premium user * test: update test