melihTAl commited on
Commit
e18ebe5
·
verified ·
1 Parent(s): 260a9a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ agent = CodeAgent(
71
  verbosity_level=1,
72
  grammar=None,
73
  planning_interval=None,
74
- name="My Super Assistant",
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
  )