Skip to content

PACT v1.0.0 - Initial public release

Latest

Choose a tag to compare

@AnushreeU13 AnushreeU13 released this 01 May 23:47
· 63 commits to main since this release

PACT - Privacy-Aware Chat Tool

PACT sanitizes your prompts before they reach a cloud LLM. Sensitive data never leaves your device in plain text.

What's included

  • 5 configurable redaction modules: Identity & PII, Location & Geo, Demographics, Health & Medical, Financial
  • Groq-powered synthesis (llama-3.1-8b-instant) merges redacted candidates into a coherent prompt
  • AU-Probe uncertainty gate blocks over-redacted prompts from reaching GPT
  • OpenAI GPT-4o-mini for final responses
  • PDF/image attachment support with text extraction
  • Adjustable AU threshold (0.2 / 0.5 / 0.8)

Deployment

Environment variables required on Railway

  • GROQ_API_KEY - free at console.groq.com
  • GPT_API_KEY (optional - users can supply their own key in the UI)