voice-detection-api / .env.example
vineetshukla.work@gmail.com
final commit
c5c9261
raw
history blame contribute delete
251 Bytes
# Environment Variables Configuration
# API Security
API_KEY=your-secret-api-key-here-change-this-in-production
# Model Configuration
MODEL_NAME=mo-thecreator/Deepfake-audio-detection
SAMPLE_RATE=16000
# Server Configuration
HOST=0.0.0.0
PORT=8000