mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Update model settings override name to match test configuration
This commit is contained in:
parent
7a4a956eff
commit
09c1acdbe2
1 changed files with 1 additions and 1 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/override"), None
|
||||
(ms for ms in MODEL_SETTINGS if ms.name == "aider/extra"), None
|
||||
)
|
||||
|
||||
self.info = self.get_model_info(model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue