Skip to content

Commit

Permalink
no default model selection in run evals UI
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Dec 12, 2024
1 parent 061e389 commit e8ce4be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/evals/RunEvalsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ function RunEvalsPage() {
const data: ModelResponse = await response.json();
setModels(data.models);
setStacks(data.stacks);
if (data.models.length > 0) {
setSelectedModels([data.models[0]]);
}
};
fetchModels();
}, []);
Expand Down

0 comments on commit e8ce4be

Please sign in to comment.