suprabhatdas commited on
Commit
1dc6845
·
verified ·
1 Parent(s): 3cdc5d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ agent = CodeAgent(
282
  ],
283
  max_steps=6,
284
  verbosity_level=1,
285
- name="SmartAI-Agent",
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