6d3b050 b4d058e 6d3b050 b4d058e
1
2
3
4
5
6
7
8
9
10
// URL du dataset Hugging Face const HF_DATASET_URL = "https://huggingface.co/datasets/leaderboard-explorer/leaderboard_explorer/raw/main/final_leaderboards.json"; export const API_URLS = { leaderboards: HF_DATASET_URL, }; export default API_URLS;