diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 7ecd6e96b..042cae5f7 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -70,7 +70,6 @@ The model also has to successfully apply all its changes to the source file with {% if row.total_cost > 0 %} - {# Initial width set to 0, JS will calculate log scale width #}
{% endif %} {% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %}