thatting commited on
Commit
d5fdf9d
·
verified ·
1 Parent(s): 73a3352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,8 +9,7 @@ os.system('pip install "smolagents[transformers]"')
9
  os.system('pip install duckduckgo-search')
10
  os.system('pip install transformers')
11
  os.system('pip install openai')
12
-
13
-
14
 
15
  # Import modules and classes from openai and smolagents
16
  import openai
 
9
  os.system('pip install duckduckgo-search')
10
  os.system('pip install transformers')
11
  os.system('pip install openai')
12
+ os.system('pip install tools')
 
13
 
14
  # Import modules and classes from openai and smolagents
15
  import openai