toxic-api / .env.example
handrix
Initial deployment - Toxic Detection API
ae4e2a6
raw
history blame contribute delete
245 Bytes
# Model Configuration
MODEL_NAME=vinai/phobert-base
MODEL_PATH=./models/PhoBERTFineTuned_best.pth
MAX_LENGTH=128
DEVICE=cuda
# API Configuration
API_HOST=0.0.0.0
API_PORT=8000
API_RELOAD=True
# CORS
ALLOWED_ORIGINS=*
# Logging
LOG_LEVEL=INFO