gridmind / .env.example
adityss's picture
chore: update environment variable defaults in .env.example and inference.py for clarity and consistency
eb251de
raw
history blame contribute delete
413 Bytes
# 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>