lukmanaj commited on
Commit
8c8c983
·
verified ·
1 Parent(s): 21bbd02

Update app.py

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