Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.16
|
2 |
+
langchain-groq==0.1.9
|
3 |
+
langchain_community==0.2.16
|
4 |
+
wikipedia==1.4.0
|
5 |
+
gradio==4.43.0
|