-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
26 lines (19 loc) · 976 Bytes
/
.env.example
File metadata and controls
26 lines (19 loc) · 976 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
25
26
# Telegram Bot Token (get from @BotFather)
TELEGRAM_BOT_TOKEN=
# Optional: Workspace directory for Pi to operate in
# MINI_CLAW_WORKSPACE=~/mini-claw-workspace
# Optional: Session storage directory
# MINI_CLAW_SESSION_DIR=~/.mini-claw/sessions
# Optional: Pi thinking level (low | medium | high)
# PI_THINKING_LEVEL=low
# Optional: Allowed Telegram user IDs (comma-separated, empty = allow all)
# ALLOWED_USERS=123456789,987654321
# Optional: Rate limiting cooldown in milliseconds (default: 5000 = 5 seconds)
# RATE_LIMIT_COOLDOWN_MS=5000
# Optional: Timeout settings in milliseconds
# PI_TIMEOUT_MS=300000 # Pi execution timeout (default: 5 minutes)
# SHELL_TIMEOUT_MS=60000 # Shell command timeout (default: 60 seconds)
# SESSION_TITLE_TIMEOUT_MS=10000 # Session title generation timeout (default: 10 seconds)
# Optional: Brave Search API key for Pi web search skill
# Get yours at: https://brave.com/search/api/
# BRAVE_API_KEY=your-brave-api-key