diff options
| author | Fuwn <[email protected]> | 2025-09-17 20:08:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-17 20:08:02 -0700 |
| commit | aca798820bcd61aa6a155940ee4fd94b54f2ed62 (patch) | |
| tree | 43944eb92ec66cf239966ba4a003d6d6f37758db /env.example | |
| parent | feat(test_moderator): Add result stepping feature (diff) | |
| download | umabot-aca798820bcd61aa6a155940ee4fd94b54f2ed62.tar.xz umabot-aca798820bcd61aa6a155940ee4fd94b54f2ed62.zip | |
feat(intelligent_moderator): Reasoning levels
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 3 |
1 files changed, 3 insertions, 0 deletions
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 |