Spaces:
Sleeping
Sleeping
| # PowerGrid Environment Configuration | |
| # ------------------------------------------------------- | |
| # MANDATORY OpenEnv Submission Variables | |
| # ------------------------------------------------------- | |
| # The API endpoint for the LLM (OpenAI-compatible) | |
| API_BASE_URL=https://router.huggingface.co/v1 | |
| # The model identifier to use for inference | |
| MODEL_NAME=meta-llama/Llama-3.1-8B-Instruct | |
| # Your Hugging Face API key | |
| HF_TOKEN=hf_your_token_here | |