rahulren003 commited on
Commit
6f0a4f1
·
verified ·
1 Parent(s): 9a71ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ agent = CodeAgent(
185
  verbosity_level=1,
186
  grammar=None,
187
  planning_interval=None,
188
- name="MultiSkill-Agent",
189
  description="AI news, crypto, weather, history, timezone and image assistant",
190
  prompt_templates=prompt_templates,
191
  )
 
185
  verbosity_level=1,
186
  grammar=None,
187
  planning_interval=None,
188
+ name="MultiSkillAgent",
189
  description="AI news, crypto, weather, history, timezone and image assistant",
190
  prompt_templates=prompt_templates,
191
  )