Spaces:
Sleeping
Sleeping
updated
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
| 3 |
-
smolagents
|
| 4 |
-
smolagents[openai]
|
| 5 |
-
smolagents[litellm]
|
| 6 |
-
#langchain-openai
|
| 7 |
langchain>=0.1.0
|
| 8 |
langchain-core>=0.1.0
|
| 9 |
-
langchain-community>=0.
|
| 10 |
langchain-google-genai>=0.0.6
|
| 11 |
google-generativeai>=0.3.0
|
| 12 |
python-dotenv>=1.0.0
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
langchain>=0.1.0
|
| 3 |
langchain-core>=0.1.0
|
| 4 |
+
langchain-community>=0.0.10
|
| 5 |
langchain-google-genai>=0.0.6
|
| 6 |
google-generativeai>=0.3.0
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
+
google-api-python-client>=2.108.0
|
| 9 |
+
duckduckgo-search>=4.4
|
| 10 |
+
tiktoken>=0.5.2
|
| 11 |
+
google-cloud-speech>=2.24.0
|
| 12 |
+
requests>=2.31.0
|
| 13 |
+
pydub>=0.25.1
|
| 14 |
+
yt-dlp>=2023.12.30
|
| 15 |
+
smolagents>=0.1.3
|
| 16 |
+
wikipedia>=1.4.0
|
| 17 |
+
Pillow>=10.2.0
|
| 18 |
+
wikipedia-api>=0.6.0
|