mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fixed benchmark
This commit is contained in:
parent
d260bfb704
commit
4461c7c4b2
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ def run_test(
|
|||
chat_history_file=history_fname,
|
||||
)
|
||||
|
||||
main_model = models.Model(model_name, require_model_info=False)
|
||||
main_model = models.Model(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