Jofthomas commited on
Commit
3f5f3ef
·
verified ·
1 Parent(s): 1d55a38

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ logger = logging.getLogger(__name__)
21
 
22
  task_file_paths: Dict[str, str] = {}
23
  tool_threshold = 3
24
- step_threshold = 5
25
  questions_for_api: List[Dict[str, Any]] = []
26
  ground_truth_answers: Dict[str, str] = {}
27
  filtered_dataset = None
 
21
 
22
  task_file_paths: Dict[str, str] = {}
23
  tool_threshold = 3
24
+ step_threshold = 6
25
  questions_for_api: List[Dict[str, Any]] = []
26
  ground_truth_answers: Dict[str, str] = {}
27
  filtered_dataset = None