mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: Display cost with two decimal places
This commit is contained in:
parent
8d22cadd30
commit
3661c2c08a
1 changed files with 1 additions and 1 deletions
|
@ -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 }}</td>
|
||||
<td>${{ item.total_cost | number_with_precision: precision: 2, strip_insignificant_zeros: false }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue