mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
refactor: Update model settings name from "aider/extra" to "aider/extra_params"
This commit is contained in:
parent
7e787d93e6
commit
cc18441435
3 changed files with 14 additions and 4 deletions
|
@ -803,7 +803,7 @@ class Model(ModelSettings):
|
|||
|
||||
# Find the extra settings
|
||||
self.extra_model_settings = next(
|
||||
(ms for ms in MODEL_SETTINGS if ms.name == "aider/extra"), None
|
||||
(ms for ms in MODEL_SETTINGS if ms.name == "aider/extra_params"), None
|
||||
)
|
||||
|
||||
self.info = self.get_model_info(model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue