Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -10
requirements.txt
CHANGED
|
@@ -1,19 +1,12 @@
|
|
| 1 |
-
streamlit==1.23.1
|
| 2 |
openai==0.27.2
|
| 3 |
beautifulsoup4==4.11.2
|
| 4 |
-
|
| 5 |
-
jaconv==0.3.4
|
| 6 |
-
requests==2.28.2
|
| 7 |
tinydb==4.7.1
|
| 8 |
scikit-learn==1.2.2
|
| 9 |
-
janome==0.4.2
|
| 10 |
langchain==0.0.320
|
| 11 |
-
tiktoken==0.4.0
|
| 12 |
google-api-python-client==2.87.0
|
| 13 |
-
oauth2client<4.0.0
|
| 14 |
-
cchardet==2.1.7
|
| 15 |
wikipedia==1.4.0
|
| 16 |
asyncio==3.4.3
|
| 17 |
-
momento==1.6.1
|
| 18 |
langchain-experimental
|
| 19 |
-
groq==0.8.0
|
|
|
|
|
|
|
|
|
| 1 |
openai==0.27.2
|
| 2 |
beautifulsoup4==4.11.2
|
| 3 |
+
requests
|
|
|
|
|
|
|
| 4 |
tinydb==4.7.1
|
| 5 |
scikit-learn==1.2.2
|
|
|
|
| 6 |
langchain==0.0.320
|
|
|
|
| 7 |
google-api-python-client==2.87.0
|
|
|
|
|
|
|
| 8 |
wikipedia==1.4.0
|
| 9 |
asyncio==3.4.3
|
|
|
|
| 10 |
langchain-experimental
|
| 11 |
+
groq==0.8.0
|
| 12 |
+
gradio==4.28.3
|