From 50570c4762a4841f1384ccc24e8dbf2bb8201697 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 08:24:51 -0700 Subject: [PATCH] fix: Display edit_format if junior_edit_format is not available --- aider/website/_posts/2024-09-26-senior-junior.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md index 6ead70827..41205f9c1 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -40,7 +40,7 @@ Here's a table containing the benchmark data for different model configurations: Senior Junior - Edit Format + Edit Format (Junior/Senior) Pass Rate (%) Average Time (sec) Total Cost ($) @@ -53,7 +53,7 @@ Here's a table containing the benchmark data for different model configurations: {{ item.model }} {{ item.junior_model }} - {{ item.junior_edit_format }} + {{ item.junior_edit_format | default: item.edit_format }} {{ item.pass_rate_2 }} {{ item.seconds_per_case }} {{ item.total_cost }}