# 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=tfrere/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