From 7f3032056646469d0f27a67ab48b29f12ca9de97 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 9 May 2025 10:07:21 -0700 Subject: [PATCH] chore: Disable pretty printing in benchmark I/O --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 3cfbe104d..bf09bafef 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -784,7 +784,7 @@ def run_test_real( instructions += prompts.instructions_addendum.format(file_list=file_list) io = InputOutput( - pretty=True, + pretty=False, yes=True, chat_history_file=history_fname, )