mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-25 14:05:01 +00:00
copy
This commit is contained in:
parent
e1c2dd53cf
commit
1971285345
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ models, compared to their previous "solo" baseline scores (striped bars).
|
|||
if ("{{ item.editor_model }}" == "") {
|
||||
labels.push("Baseline");
|
||||
} else {
|
||||
labels.push("{{ item.editor_model }}: {{ item.editor_edit_format | default: item.edit_format }}");
|
||||
labels.push("{{ item.editor_model }}/{{ item.editor_edit_format | default: item.edit_format }}");
|
||||
}
|
||||
data.push({{ item.pass_rate_2 }});
|
||||
if ("{{ item.editor_model }}" == "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue