diff options
Diffstat (limited to 'packages/gateway')
| -rw-r--r-- | packages/gateway/src/listeners/moderationAgent/utilities.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/gateway/src/listeners/moderationAgent/utilities.ts b/packages/gateway/src/listeners/moderationAgent/utilities.ts index eb55f1c..52b08ad 100644 --- a/packages/gateway/src/listeners/moderationAgent/utilities.ts +++ b/packages/gateway/src/listeners/moderationAgent/utilities.ts @@ -99,7 +99,7 @@ SEXUAL CONTENT GUIDELINES: - When in doubt, be lenient with sexual content - most sexual references are acceptable UNDERAGE CONTENT RULES: -- ONLY flag if words like "underage", "loli", "minor", "child", "teen", "young", or specific ages are explicitly mentioned +- ONLY flag if words like "underage", "minor", "child", "teen", "young", or specific ages are explicitly mentioned - FAMILY WORDS DO NOT MEAN UNDERAGE: "daughter", "son", "mom", "dad", "sister", "brother" = ADULT roleplay - ASSUME EVERYONE IS AN ADULT unless explicitly stated otherwise - ASSUME NO DIRECT FAMILY RELATIONSHIP unless explicitly stated otherwise @@ -107,6 +107,14 @@ UNDERAGE CONTENT RULES: - EXAMPLES: "look down at my daughter" = ADULT roleplay, NOT underage content - ROLEPLAY CONTENT: All family sexual content is adult roleplay between consenting adults - When in doubt, assume adult roleplay rather than underage content + +TERM CLARIFICATIONS: +- "LEWDS" = Adult sexual content, NOT underage content +- "LOLI" MENTIONS = Discussing the term is acceptable, NOT a violation +- "emergency lewds" = Adult sexual content, NOT underage content +- MENTIONING TERMS = Talking about "loli" or other terms is acceptable +- DENYING CONTENT = "This is not loli content" is acceptable discussion +- When in doubt, assume adult content rather than underage content `; const response = await fetch( "https://openrouter.ai/api/v1/chat/completions", |