luke0709
Create standalone static benchmark leaderboard
ac7a77a
Raw
History Blame
265 Bytes
// Public browser configuration. Never put Hugging Face tokens here.
export const config = {
// Relative to this file. An absolute, public HTTPS JSON URL also works.
dataUrl: new URL('./data/benchmark.json', import.meta.url).href,
requestTimeoutMs: 15000,
};