mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-03 23:05:55 +00:00
c6d0878160
* Feature/lasso guardrail (#9002) * first version of lasso guardrail in litellm * update to the new Lasso API * change prod api_base and kill the request when lasso detect issue. * change test for now api, local test pass * add async tests * all tests pass * add docs for the new lasso guardrail * Remove support for modes other than pre_call in Lasso guardrail * code structure and naming * only pre_call docs * fix lint errors * move test to the new location follows the same directory structure as litellm/. * add lasso guard * docs lasso docs * add lasso guardrail * fix lasso guardrail --------- Co-authored-by: oroxenberg <oro@lasso.security>