| # Example environment variables for GridMind-RL | |
| # Copy this to .env and fill in real keys for local testing. | |
| # Mandatory hackathon secret (set this in HF Space secrets too) | |
| HF_TOKEN=your_provider_api_key_here | |
| # OpenAI-compatible endpoint (required - fill with your LLM provider URL) | |
| API_BASE_URL=<your-active-endpoint> | |
| # Model to use (required - fill with your model identifier) | |
| MODEL_NAME=<your-active-model> | |