Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -9,9 +9,11 @@ langchain_community==0.3.5
|
|
| 9 |
sentence-transformers==2.6.1
|
| 10 |
transformers==4.41.2
|
| 11 |
accelerate==0.30.1
|
| 12 |
-
torch==2.3.0
|
|
|
|
| 13 |
|
| 14 |
# File handling
|
| 15 |
PyPDF2==3.0.1
|
| 16 |
huggingface_hub==0.26.2
|
| 17 |
|
|
|
|
|
|
| 9 |
sentence-transformers==2.6.1
|
| 10 |
transformers==4.41.2
|
| 11 |
accelerate==0.30.1
|
| 12 |
+
torch==2.3.0
|
| 13 |
+
openai>=1.3.5
|
| 14 |
|
| 15 |
# File handling
|
| 16 |
PyPDF2==3.0.1
|
| 17 |
huggingface_hub==0.26.2
|
| 18 |
|
| 19 |
+
|