protectai / rebuff

LLM Prompt Injection Detector
https://playground.rebuff.ai
Apache License 2.0
1.01k stars 67 forks source link

Modularize detection checks Python SDK #103

Open ristomcgehee opened 6 months ago

ristomcgehee commented 6 months ago

In #90, I changed refactored the JS SDK to do detection checks in a modular manner. We should update the Python SDK to be the same.

I'll work on this unless someone else has already started on doing this.