ground-zero / .env.example
jefffffff9
Initial commit: Sahel-Agri Voice AI
76db545
Raw
History Blame
476 Bytes
# HuggingFace read token (required for accessing google/waxal dataset)
HF_TOKEN=hf_your_token_here
# Model
MODEL_ID=openai/whisper-large-v3-turbo
# Adapter paths (relative to project root)
BAMBARA_ADAPTER_PATH=./adapters/bambara
FULA_ADAPTER_PATH=./adapters/fula
# IoT sensor API endpoint (leave empty to use mock data in development)
SENSOR_API_URL=
# FastAPI server
API_HOST=0.0.0.0
API_PORT=8000
LOG_LEVEL=INFO
# Device: "cuda" for GPU, "cpu" for CPU-only
DEVICE=cuda