CoolFace
Apppublic

rishithayanidhi/datacenter-cooling-optimization

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
.env.example19 linesDownload Raw Back to root
1# Pre-submission environment configuration2# Copy this to .env and update values for your submission3 4# Required: API endpoint for the environment server5API_BASE_URL=http://localhost:80006 7# Required: Model identifier for inference8MODEL_NAME=gpt-4-turbo9 10# Required: Hugging Face API token11HF_TOKEN=your_hf_token_here12 13# Optional: Azure OpenAI settings14AZURE_API_KEY=15AZURE_ENDPOINT=16 17# Optional: OpenAI API key (if not using Azure)18OPENAI_API_KEY=sk-your-key-here19