Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
langchain==0.0.284
|
| 2 |
python-dotenv==1.0.0
|
| 3 |
-
|
| 4 |
unstructured==0.9.2
|
| 5 |
tiktoken==0.4.0
|
| 6 |
faiss-cpu==1.7.4
|
| 7 |
libmagic==1.0
|
| 8 |
python-magic==0.4.27
|
| 9 |
python-magic-bin==0.4.14
|
| 10 |
-
OpenAI == 0.28.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
langchain==0.0.284
|
| 2 |
python-dotenv==1.0.0
|
| 3 |
+
|
| 4 |
unstructured==0.9.2
|
| 5 |
tiktoken==0.4.0
|
| 6 |
faiss-cpu==1.7.4
|
| 7 |
libmagic==1.0
|
| 8 |
python-magic==0.4.27
|
| 9 |
python-magic-bin==0.4.14
|
| 10 |
+
OpenAI == 0.28.0
|
| 11 |
+
gradio==3.16.2
|
| 12 |
+
requests==2.28.1
|
| 13 |
+
python-dotenv==1.0.0
|