Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,7 +282,7 @@ agent = CodeAgent(
|
|
| 282 |
],
|
| 283 |
max_steps=6,
|
| 284 |
verbosity_level=1,
|
| 285 |
-
name="
|
| 286 |
description="An AI agent capable of search, weather lookup, crypto prices, calculations, reading PDFs, generating images, and web browsing."
|
| 287 |
)
|
| 288 |
|
|
|
|
| 282 |
],
|
| 283 |
max_steps=6,
|
| 284 |
verbosity_level=1,
|
| 285 |
+
name="SmartAIAgent",
|
| 286 |
description="An AI agent capable of search, weather lookup, crypto prices, calculations, reading PDFs, generating images, and web browsing."
|
| 287 |
)
|
| 288 |
|