From 3661c2c08af7e845031c0b28f92d457afbda1a15 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 08:26:41 -0700 Subject: [PATCH] feat: Display cost with two decimal places --- aider/website/_posts/2024-09-26-senior-junior.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md index d63a40cfb..245ca180c 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -56,7 +56,7 @@ Here's a table containing the benchmark data for different model configurations: {{ item.junior_edit_format | default: item.edit_format }} {{ item.pass_rate_2 }} {{ item.seconds_per_case }} - ${{ item.total_cost | number_with_precision: precision: 2 }} + ${{ item.total_cost | number_with_precision: precision: 2, strip_insignificant_zeros: false }} {% endfor %} {% endfor %}