From e99eaf5e90f3468dde9affb9b70ae178422a8672 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 3 May 2024 17:23:47 -0700 Subject: [PATCH] aider: Reduced font size of table in leaderboard.md # Aider chat conversation: USER: make the font smaller for the table ASSISTANT: Here is the *SEARCH/REPLACE* block to make the font smaller in the table: docs/leaderboard.md ```markdown <<<<<<< SEARCH =======
>>>>>>> REPLACE ``` --- docs/leaderboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/leaderboard.md b/docs/leaderboard.md index 1efebad24..ceccfc52d 100644 --- a/docs/leaderboard.md +++ b/docs/leaderboard.md @@ -16,7 +16,7 @@ it will work best with models that score well on the code editing benchmark. ## Code editing leaderboard -
+
@@ -69,4 +69,4 @@ See the [benchmark README]() for information on running aider's code editing benchmark. Submit results by opening a PR with edits to the -[benchmark results CSV data file](https://github.com/paul-gauthier/aider/blob/main/_data/leaderboard.csv). \ No newline at end of file +[benchmark results CSV data file](https://github.com/paul-gauthier/aider/blob/main/_data/leaderboard.csv).
Model