litellm-mirror/litellm/proxy/hooks
Krrish Dholakia d91f9a9f50 feat(proxy_server.py): enable llm api based prompt injection checks
run user calls through an llm api to check for prompt injection attacks. This happens in parallel to th
e actual llm call using `async_moderation_hook`
2024-03-20 22:43:42 -07:00
..
__init__.py fix(proxy_server.py): enable pre+post-call hooks and max parallel request limits 2023-12-08 17:11:30 -08:00
batch_redis_get.py feat(batch_redis_get.py): batch redis GET requests for a given key + call type 2024-03-15 14:54:16 -07:00
cache_control_check.py fix: check key permissions for turning on/off pii masking 2024-02-15 20:16:15 -08:00
example_presidio_ad_hoc_recognizer.json fix(presidio_pii_masking.py): enable user to pass ad hoc recognizer for pii masking 2024-02-20 16:01:15 -08:00
max_budget_limiter.py fix(utils.py): override default success callbacks with dynamic callbacks if set 2024-02-02 06:21:43 -08:00
parallel_request_limiter.py fix(parallel_request_limiter.py): handle metadata being none 2024-03-14 10:02:41 -07:00
presidio_pii_masking.py fix(presidio_pii_masking.py): enable user to pass ad hoc recognizer for pii masking 2024-02-20 16:01:15 -08:00
prompt_injection_detection.py feat(proxy_server.py): enable llm api based prompt injection checks 2024-03-20 22:43:42 -07:00