mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
feat: Add --junior-edit-format argument and plumb it into Model()
This commit is contained in:
parent
6d19abf7ec
commit
888d60d472
3 changed files with 17 additions and 2 deletions
|
@ -534,7 +534,10 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
args.model = "claude-3-5-sonnet-20240620"
|
||||
|
||||
main_model = models.Model(
|
||||
args.model, weak_model=args.weak_model, junior_model=args.junior_model
|
||||
args.model,
|
||||
weak_model=args.weak_model,
|
||||
junior_model=args.junior_model,
|
||||
junior_edit_format=args.junior_edit_format
|
||||
)
|
||||
|
||||
if args.verbose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue