Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
protobuf==5.27.2
|
2 |
+
langchain
|
3 |
+
langchain.chains
|
4 |
+
dotenv
|
5 |
+
streamlit
|
6 |
+
langchain_community
|
7 |
+
langchain_community.llms
|
8 |
+
torch
|