vaishakgkumar commited on
Commit
4cbe143
·
verified ·
1 Parent(s): 363a6c9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -90,7 +90,7 @@ def process_query(oai_key, query, max_auto_reply):
90
  dataset = data_loader.load_and_process(task.lower())
91
 
92
  # Save dataset to a JSON file and get the file path
93
- json_file_path = "./src/datatonic" # Define the JSON file path
94
  data_loader.save_to_json(dataset, json_file_path)
95
 
96
  # Initialize AgentsFactory with the path to the JSON file
 
90
  dataset = data_loader.load_and_process(task.lower())
91
 
92
  # Save dataset to a JSON file and get the file path
93
+ json_file_path = "./src/datatonic/" # Define the JSON file path
94
  data_loader.save_to_json(dataset, json_file_path)
95
 
96
  # Initialize AgentsFactory with the path to the JSON file