lvwerra HF Staff commited on
Commit
c945162
·
verified ·
1 Parent(s): ccac437

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -71,7 +71,7 @@ def main():
71
  report = create_report(overview, client, MODEL, topic)
72
 
73
  # Extract report content
74
- final_report = postprocess_report(report, topic, num, MODEL)
75
 
76
  file_path = f"reports/{'-'.join(topic.lower().split())}/{date.today().strftime('%Y-%m-%d')}.md"
77
  print(f"Uploading to {args.repo_id} under {file_path}...")
 
71
  report = create_report(overview, client, MODEL, topic)
72
 
73
  # Extract report content
74
+ final_report = postprocess_report(report, overview, topic, num, MODEL)
75
 
76
  file_path = f"reports/{'-'.join(topic.lower().split())}/{date.today().strftime('%Y-%m-%d')}.md"
77
  print(f"Uploading to {args.repo_id} under {file_path}...")