Spaces:
Sleeping
Sleeping
fixed bug
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ agent = CodeAgent(
|
|
| 111 |
verbosity_level=1,
|
| 112 |
grammar=None,
|
| 113 |
planning_interval=None,
|
| 114 |
-
name="
|
| 115 |
description="An AI agent that can fetch weather and time information.",
|
| 116 |
prompt_templates=prompt_templates,
|
| 117 |
)
|
|
|
|
| 111 |
verbosity_level=1,
|
| 112 |
grammar=None,
|
| 113 |
planning_interval=None,
|
| 114 |
+
name="smart_assistant_agent",
|
| 115 |
description="An AI agent that can fetch weather and time information.",
|
| 116 |
prompt_templates=prompt_templates,
|
| 117 |
)
|