Refine leaderboard layout and styling
This commit is contained in:
parent
e3a6255c72
commit
ffbf9df18e
3 changed files with 147 additions and 61 deletions
|
|
@ -151,7 +151,7 @@ function buildLeaderboard(rows: StatMetricRow[], product: UsageProduct, window:
|
|||
|
||||
return aggregateByModel(rowsForProduct(rows, product, window.start, window.end))
|
||||
.toSorted((a, b) => b.totalTokens - a.totalTokens)
|
||||
.slice(0, 13)
|
||||
.slice(0, 18)
|
||||
.map((item, index) => ({
|
||||
model: item.model,
|
||||
author: formatProvider(item.provider),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue