From 1fbb5079d54adcf0a919a58d2d6a5a5eab950ce5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 12 Sep 2024 15:38:28 -0700 Subject: [PATCH] unhack o1 mini --- benchmark/benchmark.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 2b459a1f7..3d559b9be 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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)