daily report under llmprovider subfolder
This commit is contained in:
parent
0ffc0cfd22
commit
9dac7a63b0
|
|
@ -750,7 +750,7 @@ def run_analysis():
|
|||
)
|
||||
|
||||
# Create result directory
|
||||
results_dir = Path(config["results_dir"]) / selections["ticker"] / selections["analysis_date"]
|
||||
results_dir = Path(config["results_dir"]) / selections["ticker"] / selections["analysis_date"] / config["llm_provider"]
|
||||
results_dir.mkdir(parents=True, exist_ok=True)
|
||||
report_dir = results_dir / "reports"
|
||||
report_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
|
|
|||
Loading…
Reference in New Issue