Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|