AI_Text_Authenticator / .env.example
satyaki-mitra's picture
Updated UI
69256da
raw
history blame contribute delete
216 Bytes
# API Configuration
HOST=0.0.0.0
PORT=7860
DEBUG=False
ENVIRONMENT=production
WORKERS=2
# Model Configuration
HF_TOKEN=your_huggingface_token_here
OFFLINE_MODE=False
# CORS
CORS_ORIGINS=*
# Logging
LOG_LEVEL=INFO