diff options
| author | Fuwn <[email protected]> | 2025-09-17 19:28:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-17 19:28:59 -0700 |
| commit | 4eb16c473424f6844b1bb2cdc5d3cb5aff916d12 (patch) | |
| tree | 116f76ea0627536bd7ce3d39e10aa7615ec33549 /env.example | |
| parent | refactor(media_required): Rename to roleplay_media_required (diff) | |
| download | umabot-4eb16c473424f6844b1bb2cdc5d3cb5aff916d12.tar.xz umabot-4eb16c473424f6844b1bb2cdc5d3cb5aff916d12.zip | |
feat(rules): Add intelligent roleplay moderator rule
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 4 |
1 files changed, 4 insertions, 0 deletions
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 |