mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
docs: Add comment about potential highlight parameter usage in leaderboard
This commit is contained in:
parent
bd44c52cbb
commit
762d14c5a1
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ The model also has to successfully apply all its changes to the source file with
|
||||||
<script>
|
<script>
|
||||||
{% assign data_source = edit_sorted %}
|
{% assign data_source = edit_sorted %}
|
||||||
{% assign pass_rate_field = "pass_rate_2" %}
|
{% assign pass_rate_field = "pass_rate_2" %}
|
||||||
{% assign highlight_model = "xxxxxxxxxxx" %}
|
{% assign highlight_model = "xxxxxxxxxxx" %} # can we use the ?highlight= query param for this assign? ai!
|
||||||
{% include leaderboard.js %}
|
{% include leaderboard.js %}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue