Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
langchain
|
2 |
-
langchain-
|
3 |
-
langchain-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
openai==1.30.5
|
11 |
beautifulsoup4
|
12 |
lxml
|
13 |
tqdm
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
langchain-openai
|
4 |
+
gradio
|
5 |
+
pandas
|
6 |
+
speechrecognition
|
7 |
+
pydub
|
8 |
+
wikipedia
|
9 |
+
openai
|
|
|
10 |
beautifulsoup4
|
11 |
lxml
|
12 |
tqdm
|