From 771f11fd3cce7ca3d96a1d3d5a98b1c0c0489e9e Mon Sep 17 00:00:00 2001 From: eulaly Date: Sat, 9 May 2026 00:02:24 -0400 Subject: [PATCH] updated readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 68d56f8..1d897c1 100644 --- a/README.md +++ b/README.md @@ -94,15 +94,15 @@ We selected gpt-5.4-mini for a good balance of quality, cost, and time. - Each scraped forum is saved to `output/.jsonl` - Each report (forum + prompt) is saves to `reports/.json` - Each job is saved to `analysis/jobs/`: - └─`forum.jsonl` is a copy of the scraped forum for convenience - └─`prompt.txt` is a copy of the prompt used - └─`report.json` is a copy of the report used - └─`status.json` contains metadata about the job - For each batch in the job, four files are created: - └─`jobN-input.jsonl` contains the exact queries sent to the API, for troubleshooting - └─`jobN-output-raw.jsonl` contains the exact response from the API - └─`jobN-output.jsonl` contains the exact response from the API - └─`jobN-output-errors.jsonl` when errors are returned (this file may not exist) + └─`forum.jsonl` is a copy of the scraped forum for convenience + └─`prompt.txt` is a copy of the prompt used + └─`report.json` is a copy of the report used + └─`status.json` contains metadata about the job + For each batch in the job, four files are created: + └─`jobN-input.jsonl` contains the exact queries sent to the API, for troubleshooting + └─`jobN-output-raw.jsonl` contains the exact response from the API + └─`jobN-output.jsonl` contains the exact response from the API + └─`jobN-output-errors.jsonl` when errors are returned (this file may not exist) - Once complete, the cleanup script saves `review.csv`, `review.pqt`, and `review.sqlite` in this folder.