ai-music-detection / env.example
juzer09's picture
Upload 19 files
f280f9f verified
raw
history blame
396 Bytes
# Madverse Music API Configuration
# API Authentication
MADVERSE_API_KEY=your-secure-api-key-here
# Optional: Model Configuration (if using custom model paths)
MODEL_PATH=./pytorch_model.bin
CONFIG_PATH=./config.json
# Optional: Server Configuration
HOST=0.0.0.0
PORT=8000
# Optional: Logging
LOG_LEVEL=INFO
# Optional: Performance Tuning
MAX_WORKERS=4
TIMEOUT_SECONDS=300