Spaces:
Running
Running
File size: 517 Bytes
5470817 c13a7ef 5470817 466b6f5 5470817 466b6f5 b85be5e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Hugging Face Hub token (required)
# Create one at https://huggingface.co/settings/tokens
HUGGING_FACE_HUB_TOKEN=your_token_here
# Repository ID for storing leaderboard data (required)
# Format: username/repo-name
HUGGING_FACE_STORAGE_REPO=leaderboard-explorer/leaderboard_explorer
# File path in the repository (required)
HUGGING_FACE_STORAGE_FILE_PATH=final_leaderboards.json
# Update interval in minutes (optional, default: 15)
UPDATE_INTERVAL_MINUTES=15
# Server configuration
API_HOST=0.0.0.0
API_PORT=3002
|