Spaces:
Sleeping
Sleeping
File size: 440 Bytes
dc4198f 75c7554 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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
|