Jovynne commited on
Commit
a0ece05
·
verified ·
1 Parent(s): e67b2df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,7 +1,15 @@
1
- llama-index-core>=0.12.0
2
- llama-index-llms-huggingface-api
3
  smolagents>=1.1.0
4
- gradio
5
- pytz
6
- requests
 
 
 
 
 
 
 
 
 
7
  ddgs
 
1
+ # Core Frameworks
 
2
  smolagents>=1.1.0
3
+ llama-index-core
4
+ llama-index-agent-openai
5
+ llama-index-llms-huggingface-api
6
+ huggingface_hub
7
+
8
+ # Utilities
9
+ gradio>=4.0.0
10
+ requests>=2.31.0
11
+ pytz>=2023.3
12
+ pyyaml>=6.0
13
+ deep-translator>=1.11.4
14
+ python-dotenv
15
  ddgs