Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
-
# Gradio interface
|
2 |
gradio
|
3 |
requests
|
4 |
-
|
5 |
-
python-dotenv
|
6 |
-
wikipedia
|
7 |
-
markdownify
|
8 |
-
google-generativeai
|
9 |
smolagents
|
10 |
-
smolagents[
|
11 |
duckduckgo-search
|
|
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
wikipedia-api
|
|
|
|
|
|
|
|
|
4 |
smolagents
|
5 |
+
smolagents[openai]
|
6 |
duckduckgo-search
|