fix: Update table formatting for total_cost column

This commit is contained in:
Paul Gauthier 2024-09-26 08:27:46 -07:00 committed by Paul Gauthier (aider)
parent 3661c2c08a
commit fbe0aa2a7b

View file

@ -56,7 +56,7 @@ Here's a table containing the benchmark data for different model configurations:
<td>{{ item.junior_edit_format | default: item.edit_format }}</td>
<td>{{ item.pass_rate_2 }}</td>
<td>{{ item.seconds_per_case }}</td>
<td>${{ item.total_cost | number_with_precision: precision: 2, strip_insignificant_zeros: false }}</td>
<td>${{ item.total_cost }}</td>
</tr>
{% endfor %}
{% endfor %}