mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 16:15:00 +00:00
feat: Change Opus label to "Opus" in legend
This commit is contained in:
parent
72c46ccec6
commit
c2c7ee1047
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from aider.dump import dump # noqa: 401
|
|||
def get_legend_label(model):
|
||||
model = model.lower()
|
||||
if "claude-3-opus" in model:
|
||||
return "Claude 3 Opus"
|
||||
return "Opus"
|
||||
if "claude-3-sonnet" in model:
|
||||
return "Claude 3 Sonnet"
|
||||
if "o1-preview" in model:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue