mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
graph
This commit is contained in:
parent
98c8395d48
commit
e8ae216bbd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ it will work best with models that score well on the code editing benchmark.
|
|||
}]
|
||||
};
|
||||
|
||||
{% for row in site.data.leaderboard | sort: 'second' | reverse %}
|
||||
{% for row in sorted %}
|
||||
leaderboardData.labels.push('{{ row.model }}');
|
||||
leaderboardData.datasets[0].data.push({{ row.second }});
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue