mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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">
|
<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 }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue