Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,7 +4,8 @@ gradio>=3.30
|
|
4 |
requests>=2.28
|
5 |
openai>=0.27.0
|
6 |
pandas>=1.5
|
7 |
-
smolagents
|
|
|
8 |
duckduckgo_search
|
9 |
wikipedia
|
10 |
google-generativeai >= 0.3.2
|
|
|
4 |
requests>=2.28
|
5 |
openai>=0.27.0
|
6 |
pandas>=1.5
|
7 |
+
#smolagents
|
8 |
+
smolagents[litellm]
|
9 |
duckduckgo_search
|
10 |
wikipedia
|
11 |
google-generativeai >= 0.3.2
|