diff options
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 |