Skip to content

Commit 490dea8

Browse files
author
Dylan Huang
committed
Update EvaluationRow component to use RowModel for model display
1 parent 4d6c596 commit 490dea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite-app/src/components/EvaluationRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export const EvaluationRow = observer(
231231

232232
{/* Model */}
233233
<TableCell className="py-3 text-xs">
234-
<RowName name={row.input_metadata.completion_params?.model} />
234+
<RowModel model={row.input_metadata.completion_params?.model} />
235235
</TableCell>
236236

237237
{/* Score */}

0 commit comments

Comments
 (0)