Update run.py
Browse files
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}...")
|