yetessam commited on
Commit
351e87d
·
verified ·
1 Parent(s): a2ab9bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ else:
55
  verbosity_level=3,
56
  grammar=None,
57
  planning_interval=None,
58
- name="Content Agent",
59
  description="Evaluates whether text is polite or impolite. ",
60
  prompt_templates=combined_prompts,
61
  additional_authorized_imports=["pytz"]
 
55
  verbosity_level=3,
56
  grammar=None,
57
  planning_interval=None,
58
+ name="content_agent",
59
  description="Evaluates whether text is polite or impolite. ",
60
  prompt_templates=combined_prompts,
61
  additional_authorized_imports=["pytz"]