Spaces:
Sleeping
Sleeping
updated
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
#langchain-openai
|
7 |
langchain>=0.1.0
|
8 |
langchain-core>=0.1.0
|
@@ -11,4 +11,8 @@ langchain-google-genai>=0.0.6
|
|
11 |
google-generativeai>=0.3.0
|
12 |
python-dotenv>=1.0.0
|
13 |
duckduckgo-search>=4.0
|
14 |
-
tiktoken>=0.5.0
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
smolagents
|
4 |
+
smolagents[openai]
|
5 |
+
smolagents[litellm]
|
6 |
#langchain-openai
|
7 |
langchain>=0.1.0
|
8 |
langchain-core>=0.1.0
|
|
|
11 |
google-generativeai>=0.3.0
|
12 |
python-dotenv>=1.0.0
|
13 |
duckduckgo-search>=4.0
|
14 |
+
tiktoken>=0.5.0
|
15 |
+
python-dotenv
|
16 |
+
pandas
|
17 |
+
numpy
|
18 |
+
openai
|