davemasino commited on
Commit
281aaee
·
1 Parent(s): 1a8641e

Remove HfApiModel from imports

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
2
  from smolagents import LiteLLMModel # For Gemini 2.5
3
  import os
4
  import datetime
 
1
+ from smolagents import CodeAgent, DuckDuckGoSearchTool, load_tool, tool
2
  from smolagents import LiteLLMModel # For Gemini 2.5
3
  import os
4
  import datetime