mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
updated all openai models
This commit is contained in:
parent
1981105932
commit
f6580fff76
3 changed files with 39 additions and 21 deletions
|
@ -26,7 +26,8 @@ it will work best with models that score well on the code editing benchmark.
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for row in site.data.leaderboard %}
|
||||
{% assign sorted = site.data.leaderboard | sort: 'second' | reverse %}
|
||||
{% for row in sorted %}
|
||||
<tr style="border-bottom: 1px solid #ddd;">
|
||||
<td style="padding: 8px;">{{ row.model }}</td>
|
||||
<td style="padding: 8px;">{{ row.second }}%</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue