diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 1792f47b3..7e50e9a2e 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -20,8 +20,8 @@ it works best with models that score well on the benchmarks. {: .note :} -The old -[aider code editing leaderboard](edit.html) +The +[original aider code editing leaderboard](edit.html) has been replaced by this new, much more challenging [polyglot leaderboard](https://aider.chat/2024/12/21/polyglot.html). @@ -122,6 +122,6 @@ mod_dates = [get_last_modified_date(file) for file in files] latest_mod_date = max(mod_dates) cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}") ]]]--> -December 25, 2024. +December 26, 2024.