# Poe API key (required)
# Get your API key from https://poe.com/api_key
POE_API_KEY=your_api_key_here
# Debug mode for verbose logging (optional, default: false)
DEBUG_MODE=false
# Claude compatibility mode (optional, default: false)
USE_CLAUDE_COMPATIBLE=false
# Maximum file size in MB for file uploads (optional, default: 10)
MAX_FILE_SIZE_MB=10
# Session expiry time in minutes (optional, default: 60)
SESSION_EXPIRY_MINUTES=60