mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add raw filter to JavaScript includes in leaderboard index.md
This commit is contained in:
parent
1b893da07d
commit
80636cb8aa
1 changed files with 6 additions and 2 deletions
|
@ -59,7 +59,9 @@ The model also has to successfully apply all its changes to the source file with
|
|||
|
||||
<canvas id="editChart" width="800" height="450" style="margin-top: 20px"></canvas>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
{% include edit-leaderboard.js %}
|
||||
<script>
|
||||
{% raw %}{% include edit-leaderboard.js %}{% endraw %}
|
||||
</script>
|
||||
<style>
|
||||
tr.selected {
|
||||
color: #0056b3;
|
||||
|
@ -112,7 +114,9 @@ Therefore, results are available for fewer models.
|
|||
|
||||
<canvas id="refacChart" width="800" height="450" style="margin-top: 20px"></canvas>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
{% include refactor-leaderboard.js %}
|
||||
<script>
|
||||
{% raw %}{% include refactor-leaderboard.js %}{% endraw %}
|
||||
</script>
|
||||
|
||||
|
||||
## LLM code editing skill by model release date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue