mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
fix: Remove unexpected skip_name
argument in _copy_fields()
method
This commit is contained in:
parent
aabbf5a72f
commit
7a4a956eff
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ class Model(ModelSettings):
|
||||||
for ms in MODEL_SETTINGS:
|
for ms in MODEL_SETTINGS:
|
||||||
# direct match, or match "provider/<model>"
|
# direct match, or match "provider/<model>"
|
||||||
if model == ms.name:
|
if model == ms.name:
|
||||||
self._copy_fields(ms, skip_name=False)
|
self._copy_fields(ms)
|
||||||
exact_match = True
|
exact_match = True
|
||||||
break # Continue to apply overrides
|
break # Continue to apply overrides
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue