updated all openai models

This commit is contained in:
Paul Gauthier 2024-05-04 07:38:50 -07:00
parent 1981105932
commit f6580fff76
3 changed files with 39 additions and 21 deletions

View file

@ -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>