CoolFace
Apppublic

navyadarisi/adaptive-ev-coordination

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
.env.example16 linesDownload Raw Back to root
1# ── Adaptive EV Charging Coordination — Environment Variables ──────────────2# Copy this file to .env and fill in your values.3 4# Required for inference.py only (not needed for the API server)5# Get your Google AI key from: https://aistudio.google.com/apikey6OPENAI_API_KEY=your-google-ai-api-key-here7 8# Google AI / Gemini endpoint (works via OpenAI client)9API_BASE_URL=https://generativelanguage.googleapis.com/v1beta/openai/10 11# Model name — use any Gemini model12MODEL_NAME=gemini-2.0-flash13 14# Optional: HuggingFace token (only needed for HF Space deployment)15# HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxx16