From 4eb16c473424f6844b1bb2cdc5d3cb5aff916d12 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 17 Sep 2025 19:28:59 -0700 Subject: feat(rules): Add intelligent roleplay moderator rule --- env.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env.example') diff --git a/env.example b/env.example index 9591db2..d7b14f7 100644 --- a/env.example +++ b/env.example @@ -6,6 +6,10 @@ REDDIT_USERNAME=your_reddit_username REDDIT_PASSWORD=your_reddit_password REDDIT_USER_AGENT=UmaBot/0.1.0 +# OpenAI API Credentials +# Get this from https://platform.openai.com/api-keys +OPENAI_API_KEY=your_openai_api_key_here + # Subreddit Configuration # The subreddit where the bot will operate (without the r/ prefix) SUBREDDIT_NAME=your_subreddit_name -- cgit v1.2.3