# 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