Skip to content

Commit

Permalink
rm inject and anonymize
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Spinks committed Dec 9, 2024
1 parent 5986ff4 commit 98c80dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kitpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from utils import APP_CONFIG, _scanners_map

I_SCANNERS = os.environ.get(
"INPUT_SCANNERS", "toxicity,prompt_injection,bantopics,anonymize"
#"INPUT_SCANNERS", "toxicity,prompt_injection,bantopics,anonymize"
"INPUT_SCANNERS", "toxicity,bantopics"
).split(",")

O_SCANNERS = os.environ.get("OUTPUT_SCANNERS", "anonymize,no_refusal").split(",")
Expand Down Expand Up @@ -50,4 +51,4 @@ def output_guard(messages: dict) -> dict:


if __name__ == "__main__":
pass
pass

0 comments on commit 98c80dd

Please sign in to comment.