diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 19a95faf0..45c6c23f4 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -35,7 +35,9 @@ human intervention. Model Percent correct Cost (log scale) - Command + Command + % Conform + Edit Format @@ -66,10 +68,12 @@ human intervention. {% 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 %} - {{ row.command }} + {{ row.command }} + {{ row.conform_rate_2 }}% + {{ row.edit_format }} - +