diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 50b40912f..035a82b23 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -70,7 +70,9 @@ The model also has to successfully apply all its changes to the source file with {% assign cost_percent = row.total_cost | times: 100.0 | divided_by: max_cost %} + {% if row.total_cost > 0 %}
+ {% endif %} {% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %} {{ row.command }}