mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
Added --require-model-info
This commit is contained in:
parent
aac110f078
commit
f81b62dfea
4 changed files with 36 additions and 10 deletions
|
@ -22,7 +22,13 @@ class GitRepo:
|
|||
if models:
|
||||
self.models = models
|
||||
else:
|
||||
self.models = [Model(DEFAULT_WEAK_MODEL_NAME)]
|
||||
self.models = [
|
||||
Model(
|
||||
DEFAULT_WEAK_MODEL_NAME,
|
||||
weak_model=DEFAULT_WEAK_MODEL_NAME,
|
||||
require_model_info=False,
|
||||
)
|
||||
]
|
||||
|
||||
if git_dname:
|
||||
check_fnames = [git_dname]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue