mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
70411431ab
commit
2febc663f3
4 changed files with 36 additions and 36 deletions
|
@ -54,7 +54,7 @@ def plot_swe_bench(data_file, is_lite):
|
|||
if is_lite:
|
||||
colors = ["#17965A" if "Aider" in model else "#b3d1e6" for model in models]
|
||||
else:
|
||||
colors = ["#155F91" if "Aider" in model else "#b3d1e6" for model in models]
|
||||
colors = ["#1A75C2" if "Aider" in model else "#b3d1e6" for model in models]
|
||||
|
||||
bars = []
|
||||
for model, pass_rate, color in zip(models, pass_rates, colors):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue