mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
Merge branch 'main' into ask-plan-simple
This commit is contained in:
commit
a9e9f9cdbe
51 changed files with 2565 additions and 368 deletions
|
@ -565,6 +565,11 @@ def run_test_real(
|
|||
main_model = ask_model
|
||||
edit_format = "ask-whole"
|
||||
|
||||
# weak_model_name = model_name
|
||||
weak_model_name = None
|
||||
main_model = models.Model(model_name, weak_model=weak_model_name)
|
||||
edit_format = edit_format or main_model.edit_format
|
||||
|
||||
dump(main_model)
|
||||
dump(edit_format)
|
||||
show_fnames = ",".join(map(str, fnames))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue