mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
7bde5fe893
commit
79428cf4ed
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ it works best with models that score well on the benchmarks.
|
||||||
|
|
||||||
|
|
||||||
{: .note :}
|
{: .note :}
|
||||||
The old
|
The
|
||||||
[aider code editing leaderboard](edit.html)
|
[original aider code editing leaderboard](edit.html)
|
||||||
has been replaced by this
|
has been replaced by this
|
||||||
new, much more challenging
|
new, much more challenging
|
||||||
[polyglot leaderboard](https://aider.chat/2024/12/21/polyglot.html).
|
[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)
|
latest_mod_date = max(mod_dates)
|
||||||
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
|
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
|
||||||
]]]-->
|
]]]-->
|
||||||
December 25, 2024.
|
December 26, 2024.
|
||||||
<!--[[[end]]]-->
|
<!--[[[end]]]-->
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue