From aca798820bcd61aa6a155940ee4fd94b54f2ed62 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 17 Sep 2025 20:08:02 -0700 Subject: feat(intelligent_moderator): Reasoning levels --- env.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'env.example') diff --git a/env.example b/env.example index d7b14f7..92d7eed 100644 --- a/env.example +++ b/env.example @@ -35,3 +35,6 @@ ROLEPLAY_SURGE_THRESHOLD_2=40 ROLEPLAY_SURGE_THRESHOLD_3=60 # Set to true to test without actually removing posts DRY_RUN=false + +# Mod mail reasoning level (0=none, 1=brief, 2=full) +REASONING_LEVEL=2 -- cgit v1.2.3