Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,6 @@ agent = CodeAgent(
|
|
65 |
prompt_templates=prompt_templates
|
66 |
)
|
67 |
|
68 |
-
print(
|
69 |
|
70 |
GradioUI(agent).launch()
|
|
|
65 |
prompt_templates=prompt_templates
|
66 |
)
|
67 |
|
68 |
+
print(smolagents.default_tools)
|
69 |
|
70 |
GradioUI(agent).launch()
|