mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
gpt-4-0314 with examples as sys
This commit is contained in:
parent
f6580fff76
commit
c9dbca9d0e
3 changed files with 13 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue