Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -3,7 +3,15 @@ smolagents
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
|
|
|
|
6 |
litellm
|
|
|
|
|
7 |
transformers
|
8 |
tensorflow
|
9 |
tf-keras
|
|
|
|
|
|
|
|
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
6 |
+
|
7 |
+
#swapping out meta tool
|
8 |
litellm
|
9 |
+
|
10 |
+
# intel polite guard
|
11 |
transformers
|
12 |
tensorflow
|
13 |
tf-keras
|
14 |
+
|
15 |
+
# youtube transcribe
|
16 |
+
pytube
|
17 |
+
openai-whisper
|