dfasd
commited on
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv==0.20.0
|
2 |
+
langchain-community==0.1.0
|
3 |
+
langchain-text-splitters==0.1.0
|
4 |
+
langchain-openai==0.1.0
|
5 |
+
langchain-core==0.1.0
|
6 |
+
langchain==0.1.0
|
7 |
+
gradio==3.1.4
|