Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -2,4 +2,10 @@ markdownify
|
|
2 |
smolagents
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
smolagents
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
+
smol-agents
|
6 |
+
gradio
|
7 |
+
beautifulsoup4
|
8 |
+
litellm
|
9 |
+
google-generativeai # If used by LiteLLM
|
10 |
+
openai # If used by LiteLLM or OpenAIServerModel
|
11 |
+
huggingface-hub # If using HfApiModel fallback
|