Spaces:
Running
Running
| 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", | |
| }, | |
| }; | |