Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@ duckduckgo-search>=4.0.1
|
|
| 2 |
litellm>=0.21.10
|
| 3 |
gradio>=4.0.0
|
| 4 |
python-dotenv>=1.0.0
|
| 5 |
-
git+https://github.com/huggingface/smolagents.git@main#egg=smolagents
|
|
|
|
| 6 |
anthropic>=0.37.1
|
| 7 |
beautifulsoup4>=4.12.3
|
| 8 |
datasets>=2.21.0
|
|
|
|
| 2 |
litellm>=0.21.10
|
| 3 |
gradio>=4.0.0
|
| 4 |
python-dotenv>=1.0.0
|
| 5 |
+
#git+https://github.com/huggingface/smolagents.git@main#egg=smolagents
|
| 6 |
+
smolagents
|
| 7 |
anthropic>=0.37.1
|
| 8 |
beautifulsoup4>=4.12.3
|
| 9 |
datasets>=2.21.0
|