Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
huggingface-hub
|
2 |
+
langchain==0.1.13
|
3 |
+
streamlit==1.29.0
|
4 |
+
openai==1.14.2
|
5 |
+
tiktoken==0.5.2
|
6 |
+
python-dotenv==1.0.1
|
7 |
+
langchain-openai==0.1.0
|
8 |
+
langchain_experimental==0.0.55
|
9 |
+
tabulate==0.9.0
|