Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
3 |
openai
|
4 |
-
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain_openai
|
3 |
+
langchain_community
|
4 |
+
duckduckgo-search
|
5 |
openai
|
6 |
+
requests
|
7 |
+
pandas
|
8 |
+
gradio
|