mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
fix: Update formatting for seconds per case and total cost in blog post
This commit is contained in:
parent
034e65912e
commit
ab8672574a
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ Here's a table containing the benchmark data for different model configurations:
|
|||
<td>{{ item.junior_model }}</td>
|
||||
<td>{{ item.junior_edit_format | default: item.edit_format }}</td>
|
||||
<td>{{ item.pass_rate_2 }}%</td>
|
||||
<td>{{ item.seconds_per_case }}sec</td>
|
||||
<td>${{ item.total_cost | number: 2 }}</td>
|
||||
<td>{{ item.seconds_per_case }} sec</td>
|
||||
<td>${{ item.total_cost | round: 2 }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue