gpt-4-0314 with examples as sys

This commit is contained in:
Paul Gauthier 2024-05-04 07:52:22 -07:00
parent f6580fff76
commit c9dbca9d0e
3 changed files with 13 additions and 4 deletions

View file

@ -30,9 +30,9 @@ it will work best with models that score well on the code editing benchmark.
{% 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>
<td style="padding: 8px; text-align: center;">{{ row.second }}%</td>
<td style="padding: 8px;"><code>{{ row.command }}</code></td>
<td style="padding: 8px;">{{ row.format }}</td>
<td style="padding: 8px; text-align: center;">{{ row.format }}</td>
</tr>
{% endfor %}
</tbody>