aboutsummaryrefslogtreecommitdiff
path: root/test_moderator.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_moderator.py')
-rwxr-xr-xtest_moderator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_moderator.py b/test_moderator.py
index 6764a9e..061adda 100755
--- a/test_moderator.py
+++ b/test_moderator.py
@@ -409,6 +409,8 @@ def print_results(results: List[Dict[str, Any]], pause: bool = False, moderator:
print(f" Reasoning: {formatted_reasoning}")
else:
print(f" Reasoning: {evaluation['reasoning']}")
+
+ print(f" Discord Recommendation: If you enjoy active roleplay, join the official r/okbuddyumamusume Discord server! It features a comprehensive layout of channels, forums, roles, bots, events, and more! https://discord.gg/okbuddyumamusume")
# Add pause between results if requested
if pause and i < len(results):