WilsonMungai commited on
Commit
817211f
·
verified ·
1 Parent(s): 524aab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from smolagents import CodeAgent,DuckDuckGoSearchTool, LiteLLMModel, load_tool, tool
2
  import datetime
3
  import requests
 
1
+ pip install 'smolagents[litellm]'
2
+
3
  from smolagents import CodeAgent,DuckDuckGoSearchTool, LiteLLMModel, load_tool, tool
4
  import datetime
5
  import requests