diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 49ce62131..d931b3f50 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -45,6 +45,7 @@ The model also has to successfully apply all its changes to the source file with Percent using correct edit format Command Edit format + Total Cost @@ -56,6 +57,7 @@ The model also has to successfully apply all its changes to the source file with {{ row.percent_cases_well_formed }}% {{ row.command }} {{ row.edit_format }} + {% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %} {% endfor %}