Phoenix21 commited on
Commit
c39d038
·
verified ·
1 Parent(s): 27ce43c

corrected import error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from langchain.llms.base import LLM
15
  import google.generativeai as genai
16
 
17
  # Import smolagents components
18
- from smolagents import CodeAgent, LiteLLMModel, DuckDuckGoSearchTool, ManagedAgent
19
 
20
  ###############################################################################
21
  # 1) Logging Setup
 
15
  import google.generativeai as genai
16
 
17
  # Import smolagents components
18
+ from smolagents import CodeAgent, LiteLLMModel, DuckDuckGoSearchTool, ManagedAgent, HfApiModel
19
 
20
  ###############################################################################
21
  # 1) Logging Setup