mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
hack for o1-mini: no system prompt, no temperature
This commit is contained in:
parent
d84a9d6df2
commit
291b456a45
3 changed files with 5 additions and 3 deletions
|
@ -549,7 +549,8 @@ def run_test_real(
|
|||
chat_history_file=history_fname,
|
||||
)
|
||||
|
||||
main_model = models.Model(model_name)
|
||||
weak_model = "gpt-4o-mini"
|
||||
main_model = models.Model(model_name, weak_model)
|
||||
edit_format = edit_format or main_model.edit_format
|
||||
|
||||
dump(main_model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue