mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
unhack o1 mini
This commit is contained in:
parent
752e823da8
commit
1fbb5079d5
1 changed files with 1 additions and 2 deletions
|
@ -549,8 +549,7 @@ def run_test_real(
|
|||
chat_history_file=history_fname,
|
||||
)
|
||||
|
||||
weak_model = "gpt-4o-mini"
|
||||
main_model = models.Model(model_name, weak_model)
|
||||
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