roulette / js /config.js
ratandeep's picture
Deploy Build Small Roulette — static space serendipity engine for the org
653b61d
Raw
History Blame Contribute Delete
722 Bytes
export const CONFIG = {
org: "build-small-hackathon",
apiBase: "https://huggingface.co",
apiLimit: 1000,
denylist: ["build-small-hackathon/field-guide", "build-small-hackathon/HOME"],
skipUnhealthyStages: ["RUNTIME_ERROR", "BUILD_ERROR", "NO_APP_FILE", "PAUSED"],
loadTimeoutMs: 15000,
detailFetch: true,
autoAdvanceMs: 6000,
resumeRound: true,
prefetchNext: true,
hfHub: "https://cdn.jsdelivr.net/npm/@huggingface/hub@2.11.2/+esm",
oauthScopes: null,
storageKey: "bsr:v1",
oauthKey: "oauth",
trackMap: {
"track:backyard": "Backyard",
"track:backyard-ai": "Backyard",
"track:wood": "Wood",
"track:thousand-token-wood": "Wood",
"track:thousand_token_wood": "Wood",
},
};