mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
better over time plot
This commit is contained in:
parent
8302e9d0dd
commit
1f0d26e8c7
4 changed files with 102 additions and 156 deletions
|
@ -11,7 +11,7 @@ LABEL_FONT_SIZE = 16 # Font size for scatter plot dot labels
|
|||
def get_legend_label(model):
|
||||
model = model.lower()
|
||||
if "claude-3-sonnet" in model:
|
||||
return "Claude 3 Sonnet"
|
||||
return "Sonnet"
|
||||
if "o1-preview" in model:
|
||||
return "O1 Preview"
|
||||
if "gpt-3.5" in model:
|
||||
|
@ -54,9 +54,6 @@ def get_model_color(model):
|
|||
if "sonnet" in model.lower():
|
||||
return "orange"
|
||||
|
||||
if "o1-preview" in model.lower():
|
||||
return "magenta"
|
||||
|
||||
if "-4o" in model:
|
||||
return "purple"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue