From 8ca92cdec036a67a4b695a58811759bd733faba7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 26 Sep 2024 08:24:51 -0700 Subject: [PATCH] fix: Update table styles in blog post --- aider/website/_posts/2024-09-26-senior-junior.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md index ee7e4c873..6ead70827 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -14,22 +14,21 @@ nav_exclude: true Here's a table containing the benchmark data for different model configurations: @@ -41,7 +40,7 @@ Here's a table containing the benchmark data for different model configurations: Senior Junior - Junior Edit Format + Edit Format Pass Rate (%) Average Time (sec) Total Cost ($) @@ -51,7 +50,7 @@ Here's a table containing the benchmark data for different model configurations: {% for group in grouped_data %} {% assign group_class = forloop.index | modulo: 2 | plus: 1 %} {% for item in group.items %} - + {{ item.model }} {{ item.junior_model }} {{ item.junior_edit_format }}