From 667a58052e3e77abaa2d041235042d48a0defd53 Mon Sep 17 00:00:00 2001 From: fry69 <142489379+fry69@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:03:42 +0200 Subject: [PATCH] feat: change edit format from "senior" to "architect" --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 1150edc7c..3326c93fa 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -699,7 +699,7 @@ def run_test_real( ), ) - if edit_format == "senior": + if edit_format == "architect": results["editor_model"] = main_model.editor_model.name if main_model.editor_model else None results["editor_edit_format"] = main_model.editor_edit_format dump(results)