Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
groq
|
3 |
-
requests
|
4 |
-
python-dotenv
|
5 |
-
markdownify
|
6 |
-
duckduckgo-search
|
7 |
-
litellm
|
8 |
-
huggingface-hub
|
9 |
-
smolagents
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
groq>=0.4.0
|
3 |
+
requests>=2.31.0
|
4 |
+
python-dotenv>=1.0.0
|
5 |
+
markdownify>=0.11.6
|
6 |
+
duckduckgo-search>=4.1.1
|
7 |
+
litellm==1.14.0
|
8 |
+
huggingface-hub>=0.20.3
|
9 |
+
smolagents>=0.1.3
|