Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -10,14 +10,18 @@ langchain
|
|
| 10 |
langchain-core
|
| 11 |
smolagents
|
| 12 |
|
| 13 |
-
#
|
| 14 |
openai
|
| 15 |
langchain-openai
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
# Tool support
|
| 18 |
langchain-community
|
| 19 |
wikipedia
|
| 20 |
tavily-python
|
| 21 |
youtube-transcript-api
|
| 22 |
-
|
| 23 |
sympy
|
|
|
|
|
|
| 10 |
langchain-core
|
| 11 |
smolagents
|
| 12 |
|
| 13 |
+
# LLM Providers
|
| 14 |
openai
|
| 15 |
langchain-openai
|
| 16 |
+
langchain-google-genai
|
| 17 |
+
langchain-groq
|
| 18 |
+
langchain-huggingface
|
| 19 |
|
| 20 |
+
# Tool support
|
| 21 |
langchain-community
|
| 22 |
wikipedia
|
| 23 |
tavily-python
|
| 24 |
youtube-transcript-api
|
| 25 |
+
duckduckgo-search
|
| 26 |
sympy
|
| 27 |
+
Pillow
|