feat: Dynamically update leaderboard title based on view mode

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 14:04:35 -07:00
parent 0c383dfb11
commit a4e9539040
2 changed files with 13 additions and 1 deletions

View file

@ -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;">