feat: Change Opus label to "Opus" in legend

This commit is contained in:
Paul Gauthier (aider) 2024-11-20 20:06:48 -08:00
parent 72c46ccec6
commit c2c7ee1047

View file

@ -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: