Skip to content

Commit bd27cc1

Browse files
authored
Merge pull request #11 from Sam-Osian/cleaner
Setting up the Cleaner class given the changes to llm.py. The Class now supports the batch processing in llm.py that was previously set up for the Scraper class.
2 parents 31465d3 + 73a7915 commit bd27cc1

File tree

7 files changed

+839
-225
lines changed

7 files changed

+839
-225
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# In-development testing
55
data/testreports.csv
6+
data/testreports_cleaned.csv
67

78
# OpenAI API key
89
src/pfd_toolkit/api.env
@@ -12,7 +13,4 @@ notebooks/api.env
1213
.venv
1314
venv
1415
__pycache__
15-
.env
16-
17-
# Project plan
18-
Project Plan PFD Toolkit.pdf
16+
.env

0 commit comments

Comments
 (0)