richardblythman commited on
Commit
33a9520
·
1 Parent(s): b871994

remove print

Browse files
Files changed (1) hide show
  1. tabs/run_benchmark.py +1 -1
tabs/run_benchmark.py CHANGED
@@ -38,7 +38,7 @@ def run_benchmark_main(tool_name, model_name, num_questions, openai_api_key, ant
38
  kwargs["num_words"] = 300
39
  kwargs["provide_source_links"] = True
40
 
41
- print(f"Running benchmark with the following parameters: {kwargs}")
42
 
43
  # Run the benchmark
44
  try:
 
38
  kwargs["num_words"] = 300
39
  kwargs["provide_source_links"] = True
40
 
41
+ print(f"Running benchmark")
42
 
43
  # Run the benchmark
44
  try: