| # 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 | |
| # 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 | |