mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 09:05:00 +00:00
feat: Dynamically update leaderboard title based on view mode
This commit is contained in:
parent
0c383dfb11
commit
a4e9539040
2 changed files with 13 additions and 1 deletions
|
@ -14,7 +14,7 @@ evaluate an LLM's ability to follow instructions and edit code successfully with
|
|||
human intervention.
|
||||
[Aider's polyglot benchmark](https://aider.chat/2024/12/21/polyglot.html#the-polyglot-benchmark) tests LLMs on 225 challenging Exercism coding exercises across C++, Go, Java, JavaScript, Python, and Rust.
|
||||
|
||||
## Aider polyglot coding leaderboard
|
||||
<h2 id="leaderboard-title">Aider polyglot coding leaderboard</h2>
|
||||
|
||||
<div id="controls-container" style="display: flex; align-items: center; width: 100%; max-width: 800px; margin: 10px auto; gap: 10px; box-sizing: border-box; padding: 0 5px; position: relative;">
|
||||
<input type="text" id="editSearchInput" placeholder="Search..." style="flex-grow: 1; padding: 8px; border: 1px solid #ddd; border-radius: 4px;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue