We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a12e6d commit 5971b8dCopy full SHA for 5971b8d
apps/web-roo-code/src/app/evals/evals.tsx
@@ -128,7 +128,7 @@ export function Evals({
128
{tableData.map((run) => (
129
<TableRow key={run.id}>
130
<TableCell title={run.model?.description}>
131
- <div className="font-sans">{run.model?.name || run.label}</div>
+ <div className="font-sans">{run.label}</div>
132
<div className="text-xs opacity-50">
133
{formatTokens(run.modelInfo?.contextWindow ?? 0)}
134
</div>
0 commit comments