willyfh commited on
Commit
b859182
·
verified ·
1 Parent(s): 92dfaf4

Fix import error

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool, tool, LiteLLMModel
2
  import datetime
3
  import requests
 
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
 
1
  from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool, tool, LiteLLMModel
2
  import datetime
3
  import requests
4
+ import os
5
  import pytz
6
  import yaml
7
  from tools.final_answer import FinalAnswerTool