Skip to content

Commit e89578c

Browse files
committed
lower the number
1 parent 9c3f39b commit e89578c

File tree

1 file changed

+1
-1
lines changed
  • vscode-extension/src/webview/details

1 file changed

+1
-1
lines changed

vscode-extension/src/webview/details/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ function buildEditorUsageSection(stats: DetailedStats): HTMLElement | null {
422422
return section;
423423
}
424424

425-
const TOP_N_MODELS = 10;
425+
const TOP_N_MODELS = 5;
426426

427427
function buildModelTbody(stats: DetailedStats, topModels: string[], otherModels: string[], onToggleOther: () => void): HTMLTableSectionElement {
428428
type ModelItem = {

0 commit comments

Comments
 (0)