Spaces:
Paused
Paused
| # Environment variables for Policy Analysis Application | |
| # Copy this file to .env and update the values | |
| # API Configuration | |
| API_KEY=your_api_key_here | |
| # Model Configuration | |
| MODEL=llama3.3-70b-instruct | |
| # Model Pre-loading | |
| PRELOAD_MODELS=true | |
| # HuggingFace Configuration (optional) | |
| # HF_TOKEN=your_huggingface_token_here | |