Skip to content

Commit 5971b8d

Browse files
committed
Shorter titles
1 parent 0a12e6d commit 5971b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web-roo-code/src/app/evals/evals.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function Evals({
128128
{tableData.map((run) => (
129129
<TableRow key={run.id}>
130130
<TableCell title={run.model?.description}>
131-
<div className="font-sans">{run.model?.name || run.label}</div>
131+
<div className="font-sans">{run.label}</div>
132132
<div className="text-xs opacity-50">
133133
{formatTokens(run.modelInfo?.contextWindow ?? 0)}
134134
</div>

0 commit comments

Comments
 (0)