From f3ec18a6a5feb120221abeb0cc7cacbd6de380a3 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Fri, 6 Jun 2025 18:06:03 -0600 Subject: [PATCH] fix: update reasoning for attachment violation to specify IRL pornography --- cogs/aimod_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/aimod_cog.py b/cogs/aimod_cog.py index 7068d89..6b07a4f 100644 --- a/cogs/aimod_cog.py +++ b/cogs/aimod_cog.py @@ -1108,7 +1108,7 @@ Example Response (Image Violation): Example Response (Multiple Attachments Violation): {{ - "reasoning": "While the text content is fine, attachment #3 contains AI-generated pornography, violating rule 4.", + "reasoning": "While the text content is fine, attachment #3 contains IRL pornography, violating rule 4.", "violation": true, "rule_violated": "4", "action": "WARN"