Skip to content

Commit a022722

Browse files
committed
feat(site): use openai/gpt-oss-20b model for community leaderboard
1 parent 3ff5183 commit a022722

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

site/script.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,7 @@ function buildRequestBasePath(basePath, vendor, model, runId, requestId, strateg
435435
}
436436

437437
// Get data paths based on page type and version
438-
// TODO: Community page should discover available models dynamically from manifest
439-
// For now, using google/gemini-3-flash-preview as default model for strategies view
440-
function getDataPaths(version, vendor = 'google', model = 'gemini-3-flash-preview') {
438+
function getDataPaths(version, vendor = 'openai', model = 'gpt-oss-20b') {
441439
if (PAGE_TYPE === 'community') {
442440
return {
443441
manifestPath: `${DATA_BASE_URL}/benchmarks/strategies/manifest.json`,

0 commit comments

Comments
 (0)