mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
doc: hotfix for Full results table
This commit is contained in:
parent
53ca83beea
commit
457b627b67
1 changed files with 2 additions and 4 deletions
|
@ -404,7 +404,7 @@ this model with aider.
|
||||||
{% for item in group.items %}
|
{% for item in group.items %}
|
||||||
<tr class="{% if group_class == 1 %}shaded{% endif %}">
|
<tr class="{% if group_class == 1 %}shaded{% endif %}">
|
||||||
<td>{{ item.model }}</td>
|
<td>{{ item.model }}</td>
|
||||||
<td>{{ item.editor_model | default: "<b>Baseline<b>" }}</td>
|
<td>{% if item.editor_model %}{{ item.editor_model }}{% else %}<b>Baseline</b>{% endif %}</td>
|
||||||
<td style="text-align: center;">{{ item.editor_edit_format | default: item.edit_format }}</td>
|
<td style="text-align: center;">{{ item.editor_edit_format | default: item.edit_format }}</td>
|
||||||
<td style="text-align: right;">{{ item.pass_rate_2 }}%</td>
|
<td style="text-align: right;">{{ item.pass_rate_2 }}%</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -412,6 +412,4 @@ this model with aider.
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue