Zmiana w zależnościach
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
gradio==4.44.1
|
2 |
pandas
|
3 |
-
|
4 |
-
langchain_openai
|
5 |
langchain
|
6 |
-
|
|
|
7 |
openai
|
8 |
-
langchain_community
|
9 |
-
python_docx
|
|
|
|
|
1 |
pandas
|
2 |
+
python-docx
|
|
|
3 |
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-openai
|
6 |
openai
|
|
|
|