diff options
| author | Fuwn <[email protected]> | 2025-09-19 16:08:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-19 16:08:58 -0700 |
| commit | b28fc51ef081f80e688e95e47072b21236710b71 (patch) | |
| tree | a13e42192ee79f139f043c1c60d5412cc3652171 /TEST_MODERATOR_README.md | |
| parent | fix(irm): Missing media attribute handling (diff) | |
| download | umabot-b28fc51ef081f80e688e95e47072b21236710b71.tar.xz umabot-b28fc51ef081f80e688e95e47072b21236710b71.zip | |
feat: Update strings from roleplay to in character
Diffstat (limited to 'TEST_MODERATOR_README.md')
| -rw-r--r-- | TEST_MODERATOR_README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/TEST_MODERATOR_README.md b/TEST_MODERATOR_README.md index bfde61f..ac76303 100644 --- a/TEST_MODERATOR_README.md +++ b/TEST_MODERATOR_README.md @@ -1,6 +1,6 @@ # Test Moderator CLI -A command-line tool for testing the intelligent roleplay moderator against text files before deploying it to production. +A command-line tool for testing the intelligent in-character moderator against text files before deploying it to production. ## Features @@ -64,10 +64,10 @@ export OPENAI_API_KEY="sk-your-key-here" The `test_posts/` directory contains sample files demonstrating different types of content: - **`artwork_showcase.txt`**: Art-focused post that should be re-flaired -- **`high_quality_roleplay.txt`**: Well-written roleplay that should be allowed +- **`high_quality_roleplay.txt`**: Well-written in-character content that should be allowed - **`low_effort_post.txt`**: Minimal content that should be removed -- **`basic_roleplay.txt`**: Simple roleplay that might be borderline -- **`poetic_roleplay.txt`**: Creative, high-quality roleplay content +- **`basic_roleplay.txt`**: Simple in-character content that might be borderline +- **`poetic_roleplay.txt`**: Creative, high-quality in-character content ## Understanding Results @@ -109,15 +109,15 @@ Content Preview: Check out this amazing artwork I drew of Tokai Teio! She's so b Should be Art: True Is Low Effort: False Confidence: 0.95 - Reasoning: This post is primarily showcasing artwork with detailed description of the art process, making it more suitable for the Art flair than Roleplay. + Reasoning: This post is primarily showcasing artwork with detailed description of the art process, making it more suitable for the Art flair than In Character. 📋 Actions: 🎨 Change flair to Art 📧 Mod Mail (Art Flair Change): Subject: Your post flair has been changed to Art - Message: Your roleplay post has been automatically re-flaired as 'Art' because it appears to be primarily showcasing artwork or visual content rather than roleplay. - Reasoning: This post is primarily showcasing artwork with detailed description of the art process, making it more suitable for the Art flair than Roleplay. + Message: Your in-character post has been automatically re-flaired as 'Art' because it appears to be primarily showcasing artwork or visual content rather than in-character content. + Reasoning: This post is primarily showcasing artwork with detailed description of the art process, making it more suitable for the Art flair than In Character. ``` ## Setup |