Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ agent = CodeAgent(
|
|
| 71 |
verbosity_level=1,
|
| 72 |
grammar=None,
|
| 73 |
planning_interval=None,
|
| 74 |
-
name="
|
| 75 |
description="A smart agent that can generate images, search the web, tell time, and generate passwords.",
|
| 76 |
prompt_templates=prompt_templates
|
| 77 |
)
|
|
|
|
| 71 |
verbosity_level=1,
|
| 72 |
grammar=None,
|
| 73 |
planning_interval=None,
|
| 74 |
+
name="helper_assistant",
|
| 75 |
description="A smart agent that can generate images, search the web, tell time, and generate passwords.",
|
| 76 |
prompt_templates=prompt_templates
|
| 77 |
)
|