hack for o1-mini: no system prompt, no temperature

This commit is contained in:
Paul Gauthier 2024-09-12 13:05:25 -07:00
parent d84a9d6df2
commit 291b456a45
3 changed files with 5 additions and 3 deletions

View file

@ -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)