From 0c383dfb11dce7643d7e672efa5bfffa260bfe1b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 13 Apr 2025 13:55:34 -0700 Subject: [PATCH] copy --- aider/website/docs/leaderboards/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index f9908dfb8..df308e619 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -66,7 +66,7 @@ human intervention.
{% endif %} {% assign rounded_cost = row.total_cost | times: 1.0 | round: 2 %} - {% if row.total_cost == 0 or rounded_cost == 0.00 %}?{% else %}${{ rounded_cost }}{% endif %} + {% if row.total_cost == 0 or rounded_cost == 0.00 %}{% else %}${{ rounded_cost }}{% endif %} {{ row.command }} {{ row.percent_cases_well_formed }}%