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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ 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
 
10
  os.system('pip install transformers')
11
  os.system('pip install openai')
12
  os.system('pip install tools')
13
+ os.system('pip install tools.final_answer')
14
 
15
  # Import modules and classes from openai and smolagents
16
  import openai