mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: Change blue color to light blue in plot_over_time function
This commit is contained in:
parent
d2b4846b95
commit
0a3c6bfbe7
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def plot_over_time(yaml_file):
|
|||
(
|
||||
"purple"
|
||||
if "-4o" in model and "gpt-4o-mini" not in model
|
||||
else "red" if "gpt-4" in model else "green" if "gpt-3.5" in model else "blue"
|
||||
else "red" if "gpt-4" in model else "green" if "gpt-3.5" in model else "lightblue"
|
||||
)
|
||||
for model in models
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue