Spaces:
Starting
Starting
Update requirements.txt
Browse files- requirements.txt +8 -23
requirements.txt
CHANGED
@@ -1,25 +1,10 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
duckduckgo-search>=5.1.0
|
12 |
-
wikipedia>=1.4.0
|
13 |
-
requests>=2.31.0
|
14 |
-
|
15 |
-
# Optional (but recommended) for enhanced functionality
|
16 |
-
python-dotenv==1.0.1 # For environment variable management
|
17 |
-
tiktoken==0.7.0 # For token counting
|
18 |
-
faiss-cpu==1.8.0 # For vector storage (if adding memory)
|
19 |
-
sentence-transformers==2.7.0 # For embeddings
|
20 |
-
pydantic==2.7.1 # For data validation
|
21 |
-
|
22 |
-
# Development/Testing
|
23 |
-
pytest==8.1.1
|
24 |
-
ipython==8.22.2 # For interactive debugging
|
25 |
-
black==24.3.0 # Code formatting
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
smolagents[openai]
|
4 |
+
smolagents[audio]
|
5 |
+
smolagents
|
6 |
+
wikipedia-api
|
7 |
+
transformers
|
8 |
+
smolagents[transformers]
|
9 |
+
tabulate
|
10 |
+
openpyxl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|