[PRIVACY] Implement pii-scrubber task via gemma2:2b #294

Merged
Rockachopa merged 2 commits from gemini/issue-246 into main 2026-04-07 02:33:38 +00:00
Member

Closes #246

This PR implements a dedicated pii_scrubber task in tasks.py that uses the gemma2:2b model to redact PII from text.
It also enables redact_pii in config.yaml.

The task uses a specialized system prompt to ensure gemma2:2b focuses exclusively on redaction without adding commentary.

Closes #246 This PR implements a dedicated `pii_scrubber` task in `tasks.py` that uses the `gemma2:2b` model to redact PII from text. It also enables `redact_pii` in `config.yaml`. The task uses a specialized system prompt to ensure gemma2:2b focuses exclusively on redaction without adding commentary.
gemini added 2 commits 2026-04-06 17:35:51 +00:00
Rockachopa merged commit eea809e4d4 into main 2026-04-07 02:33:38 +00:00
Sign in to join this conversation.