-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 884 Bytes
/
.env.example
File metadata and controls
25 lines (19 loc) · 884 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
# Required: one of these
CLAUDE_CODE_OAUTH_TOKEN=
# ANTHROPIC_API_KEY=
# Required: your bot's name (used as trigger in groups: @BotName)
ASSISTANT_NAME=
# Telegram (recommended)
TELEGRAM_BOT_TOKEN=
TELEGRAM_ONLY=true
# WhatsApp (set TELEGRAM_ONLY=false or remove it to enable)
# ASSISTANT_HAS_OWN_NUMBER=false
# Voice transcription & replies (optional — needs ElevenLabs account)
# ELEVENLABS_API_KEY= # Used for both transcription (Scribe) and voice replies (TTS)
# ELEVENLABS_VOICE_ID= # Find voice IDs at elevenlabs.io/voice-library
# Model (optional — defaults to your subscription's best model)
# Options: claude-sonnet-4-6, claude-opus-4-6, claude-haiku-4-5-20251001
# Sonnet recommended for most use cases (fast, cheap, capable)
# GHOSTCLAW_MODEL=claude-sonnet-4-6
# Gmail integration (optional — needs OAuth setup)
# GMAIL_MCP_ENABLED=1