Skip to content

Commit

Permalink
Update backend/app/api/endpoints/base/score.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
  • Loading branch information
shincap8 and remg1997 authored Jan 17, 2025
1 parent d86ae16 commit 8794693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/endpoints/base/score.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def read_leaderboard_metadata(model: GetLeaderboardMetadata):


@router.post("/scores_heavy_evaluation")
def scores_heavy_evaluation(model: ScoresHeavyEvaluationRequest):
def heavy_evaluation_scores(model: ScoresHeavyEvaluationRequest):
return ScoreService().add_scores_and_update_model(
model.model_id, model.scores, model.status, model.message
)

0 comments on commit 8794693

Please sign in to comment.