mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
5493654981
commit
412b8e7c3c
5 changed files with 12 additions and 14 deletions
|
@ -549,7 +549,10 @@ def run_test_real(
|
|||
chat_history_file=history_fname,
|
||||
)
|
||||
|
||||
main_model = models.Model(model_name, weak_model=model_name)
|
||||
# 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue