Update the leaderboards page with author and last updated date.

This commit is contained in:
Paul Gauthier 2024-07-29 13:13:55 -03:00 committed by Paul Gauthier (aider)
parent 7d04fc2183
commit 2ec8099319

View file

@ -5,6 +5,8 @@ description: Quantitative benchmarks of LLM code editing skill.
--- ---
<p class="post-date"> <p class="post-date">
By Paul Gauthier,
last updated
<!--[[[cog <!--[[[cog
import os import os
import datetime import datetime
@ -12,14 +14,12 @@ import datetime
file_path = 'aider/website/docs/leaderboards/index.md' file_path = 'aider/website/docs/leaderboards/index.md'
mod_time = os.path.getmtime(file_path) mod_time = os.path.getmtime(file_path)
mod_date = datetime.datetime.fromtimestamp(mod_time) mod_date = datetime.datetime.fromtimestamp(mod_time)
print(f"{mod_date.strftime('%B %d, %Y')},") cog.out(f"{mod_date.strftime('%B %d, %Y.')}")
]]]--> ]]]-->
July 29, 2024.
<!--[[[end]]]--> <!--[[[end]]]-->
by Paul Gauthier
</p> </p>
{% endif %}
# Aider LLM Leaderboards # Aider LLM Leaderboards
{: .no_toc } {: .no_toc }