Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ from tqdm import tqdm
38
  from smolagents import (
39
  # MANAGED_AGENT_PROMPT,
40
  CodeAgent,
41
- HfApiModel,
42
  LiteLLMModel,
43
  Model,
44
  ToolCallingAgent,
 
38
  from smolagents import (
39
  # MANAGED_AGENT_PROMPT,
40
  CodeAgent,
41
+ ApiModel, # i think this is the right one.
42
  LiteLLMModel,
43
  Model,
44
  ToolCallingAgent,