From 2d5962ef2f4912089c47ade9403d6a810de6e41b Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 10:19:08 -0700 Subject: [PATCH] fix: Properly nest x-axis title within x-axis configuration --- aider/website/_posts/2024-09-26-senior-junior.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md index d0c17ad46..045ee5df4 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -91,13 +91,14 @@ Splitting up "code reasoning" and "code editing" has produced SOTA results on title: { display: true, text: 'Pass Rate (%)' - }, - x: { - title: { - display: true, - text: 'Junior model and edit format' - } } + }, + x: { + title: { + display: true, + text: 'Junior model and edit format' + } + } } }, plugins: {