From fbe0aa2a7b03d865e9db3389e0e7325296fdbb41 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 26 Sep 2024 08:27:46 -0700 Subject: [PATCH] fix: Update table formatting for total_cost column --- 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 245ca180c..7631727de 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, strip_insignificant_zeros: false }} + ${{ item.total_cost }} {% endfor %} {% endfor %}