GitHub - edublancas/sanitAI: SanitAI is a drop-in reverse proxy for OpenAI's API to detect and remove PII data.
SanitAI
A secure middleware that sanitizes OpenAI API traffic by:
Automatically detecting and removing Personal Identifiable Information (PII)
Preserving message context and meaning
Operating as a drop-in reverse proxy for existing OpenAI integrations
What your user sends:
Hello, my card number is 4111-1111-1111-1111. Call me at (123) 456-7890
What the OpenAI API sees:
Hello, my card number is <VISA-CARD>. Call me at <US-NUMBER>
Video tutorials
Introduction + adding a new rule
Improving a rule w...
Read more at github.com