mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Update the leaderboards page with author and last updated date.
This commit is contained in:
parent
7d04fc2183
commit
2ec8099319
1 changed files with 4 additions and 4 deletions
|
@ -5,6 +5,8 @@ description: Quantitative benchmarks of LLM code editing skill.
|
|||
---
|
||||
|
||||
<p class="post-date">
|
||||
By Paul Gauthier,
|
||||
last updated
|
||||
<!--[[[cog
|
||||
import os
|
||||
import datetime
|
||||
|
@ -12,14 +14,12 @@ import datetime
|
|||
file_path = 'aider/website/docs/leaderboards/index.md'
|
||||
mod_time = os.path.getmtime(file_path)
|
||||
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]]]-->
|
||||
by Paul Gauthier
|
||||
</p>
|
||||
|
||||
{% endif %}
|
||||
|
||||
# Aider LLM Leaderboards
|
||||
{: .no_toc }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue