mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
feat: Update gemini model alias and add gemini-free alias
This commit is contained in:
parent
eda796d5e0
commit
b275ee919f
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ MODEL_ALIASES = {
|
|||
"quasar": "openrouter/openrouter/quasar-alpha",
|
||||
"r1": "deepseek/deepseek-reasoner",
|
||||
"gemini-2.5-pro": "gemini/gemini-2.5-pro-exp-03-25",
|
||||
"gemini": "gemini/gemini-2.5-pro-exp-03-25",
|
||||
"gemini": "gemini/gemini-2.5-pro-preview-03-25",
|
||||
"gemini-free": "gemini/gemini-2.5-pro-exp-03-25",
|
||||
}
|
||||
# Model metadata loaded from resources and user's files.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue