- Document HF_HOME environment variable for writable cache - Add systemd service permission guidance for /tmp paths - Troubleshooting steps for read-only file system errors
22 lines
793 B
Plaintext
Executable File
22 lines
793 B
Plaintext
Executable File
# Discord Bot Configuration
|
|
# Testing environment configuration
|
|
# This file is used when running: python bot.py testing
|
|
|
|
# Your Discord bot token (from Discord Developer Portal) - use a DIFFERENT bot for testing!
|
|
DISCORD_TOKEN=MTQyNDU3MjA4MjI1MTEwODQyNQ.GJ8iyw.B2O1nlAsw6AlRz3YR5eSN-OcHm4j1l7lEHzxY0
|
|
|
|
# The text channel ID to monitor for messages
|
|
# (Right-click channel with Developer Mode enabled -> Copy ID)
|
|
# Use a DIFFERENT channel for testing!
|
|
TEXT_CHANNEL_ID=1424585470616146061
|
|
|
|
# Directory containing voice .wav files
|
|
VOICES_DIR=./voices
|
|
|
|
# Default voice name (optional - uses first found voice if not set)
|
|
# This should match the filename without .wav extension (case-insensitive)
|
|
# DEFAULT_VOICE=masterchief
|
|
|
|
# HuggingFace cache directory (must be writable)
|
|
HF_HOME=/tmp/huggingface
|