Skip to content

Commit 2652ed9

Browse files
committed
Minor clean-up
1 parent bfb587e commit 2652ed9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

llm/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@ venv/
22
__pycache__/
33
databases/
44
.secret.local
5-
fix_csv_summaries.py
6-
run_normalize_summaries.py
75
summaries-and-topics.csv
8-
summaries-and-topics-fixed.csv
9-
summaries-and-topics-normalized.csv

llm/backfill_summaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ def make_bill_summary(bill_id, status, summary, topics):
7777
bill.reference.update({"topics": topics_and_categories})
7878
csv_writer.writerow(
7979
make_bill_summary(
80-
bill_id, "generated_topics", summary, topics_and_categories
80+
bill_id, "generated_summary_and_topics", summary, topics_and_categories
8181
)
8282
)

0 commit comments

Comments
 (0)