Spaces:
Sleeping
Sleeping
Commit ·
382dacc
1
Parent(s): 9819e7a
Added openai to requirements.txt.
Browse files
__pycache__/htmlTemplates.cpython-311.pyc
ADDED
|
Binary file (1.15 kB). View file
|
|
|
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
PyPDF2==3.0.1
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
-
streamlit==1.25.0
|
|
|
|
|
|
| 1 |
+
openai
|
| 2 |
+
langchain==0.0.254
|
| 3 |
PyPDF2==3.0.1
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
+
streamlit==1.25.0
|
| 6 |
+
|