File size: 228 Bytes
1395b2e | 1 2 3 4 5 6 7 8 | # Mandatory hackathon environment variables
API_BASE_URL=https://your-openai-compatible-endpoint/v1
MODEL_NAME=your-model-id
HF_TOKEN=your-api-key
# Optional for validator remote ping
SPACE_URL=https://your-space-name.hf.space
|