# Copy this file to .env and fill in real values. .env is gitignored — never commit it.
# ElevenLabs API key (used for cloned-voice TTS in speak()). Get one at elevenlabs.io.
ELEVENLABS_API_KEY=YOUR_KEY_HERE # keyzhub-allow
# ElevenLabs voice ID to speak with. Clone your own voice in the ElevenLabs dashboard
# and paste its ID here, or use a stock voice ID from their voice library.
ELEVENLABS_VOICE_ID=YOUR_VOICE_ID_HERE # keyzhub-allow
# Telegram bot token for the agent this script talks to (BotFather-issued).
NEO_TELEGRAM_BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN_HERE # keyzhub-allow
# Telegram chat ID the bot and this script both read/write (your DM or a private group with the bot).
NEO_TELEGRAM_CHAT_ID=YOUR_TELEGRAM_CHAT_ID_HERE # keyzhub-allow