File size: 413 Bytes
b054ef7
 
 
 
 
 
eb251de
 
b054ef7
eb251de
 
1
2
3
4
5
6
7
8
9
10
11
12
# 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>