mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Update Gemini Pro legend label to Gemini 1.5 Pro
This commit is contained in:
parent
2412c81d92
commit
781a40df52
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ModelData:
|
|||
def legend_label(self) -> str:
|
||||
model = self.name.lower()
|
||||
if "gemini" in model and "pro" in model:
|
||||
return "Gemini Pro"
|
||||
return "Gemini 1.5 Pro"
|
||||
if "claude-3-sonnet" in model:
|
||||
return "Sonnet"
|
||||
if "o1-preview" in model:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue