chatterbox-ui/backend/.env.example

20 lines
567 B
Plaintext

# Backend Configuration
# Copy this file to .env and adjust values as needed
# Project paths
PROJECT_ROOT=/Users/stwhite/CODE/chatterbox-ui
SPEAKER_SAMPLES_DIR=${PROJECT_ROOT}/speaker_data/speaker_samples
TTS_TEMP_OUTPUT_DIR=${PROJECT_ROOT}/tts_temp_outputs
DIALOG_GENERATED_DIR=${PROJECT_ROOT}/backend/tts_generated_dialogs
# Server configuration
HOST=0.0.0.0
PORT=8000
RELOAD=true
# CORS configuration
CORS_ORIGINS=http://localhost:8001,http://127.0.0.1:8001,http://localhost:3000,http://127.0.0.1:3000
# Device configuration (auto, cpu, cuda, mps)
DEVICE=auto