mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-19 11:05:00 +00:00
refactor: Unify leaderboard scripts and use config variables
This commit is contained in:
parent
4efdc8b4f7
commit
49a2f998dd
3 changed files with 11 additions and 7 deletions
|
@ -56,6 +56,8 @@ The model also has to successfully apply all its changes to the source file with
|
|||
<script src="https://unpkg.com/patternomaly/dist/patternomaly.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script>
|
||||
{% assign data_source = edit_sorted %}
|
||||
{% assign pass_rate_field = "pass_rate_2" %}
|
||||
{% include edit-leaderboard.js %}
|
||||
</script>
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue