mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
Support weak_model=False
This commit is contained in:
parent
f81b62dfea
commit
4e50f0d095
4 changed files with 12 additions and 4 deletions
|
@ -25,7 +25,7 @@ class GitRepo:
|
|||
self.models = [
|
||||
Model(
|
||||
DEFAULT_WEAK_MODEL_NAME,
|
||||
weak_model=DEFAULT_WEAK_MODEL_NAME,
|
||||
weak_model=False,
|
||||
require_model_info=False,
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue