forked from darrenhinde/OpenAgentsControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (17 loc) · 753 Bytes
/
env.example
File metadata and controls
24 lines (17 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Telegram Bot Configuration
# Copy this file to .env and fill in your actual values
# Your Telegram bot token (get from @BotFather)
TELEGRAM_BOT_TOKEN=your_bot_token_here
# Your chat ID (get by messaging your bot and checking the API)
TELEGRAM_CHAT_ID=your_chat_id_here
# Your bot username (optional, defaults to @OpenCode)
TELEGRAM_BOT_USERNAME=@YourBotUsername
# Idle timeout in milliseconds (default: 5 minutes = 300000ms)
TELEGRAM_IDLE_TIMEOUT=300000
# Check interval in milliseconds (default: 30 seconds = 30000ms)
TELEGRAM_CHECK_INTERVAL=30000
# Enable/disable the plugin (true/false)
TELEGRAM_ENABLED=true
# Gemini API Configuration
# Get your API key from https://makersuite.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here