Update default thresholds for Toxicity (#33)

This commit is contained in:
Rafael dos Santos Silva 2023-03-31 13:03:44 -03:00 committed by GitHub
parent 6543c50758
commit 99886fb64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,13 +21,13 @@ plugins:
default: true
client: false
ai_toxicity_flag_threshold_toxicity:
default: 70
default: 80
client: false
ai_toxicity_flag_threshold_severe_toxicity:
default: 60
default: 30
client: false
ai_toxicity_flag_threshold_obscene:
default: 60
default: 80
client: false
ai_toxicity_flag_threshold_identity_attack:
default: 60