Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ else:
|
|
| 55 |
verbosity_level=3,
|
| 56 |
grammar=None,
|
| 57 |
planning_interval=None,
|
| 58 |
-
name="
|
| 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"]
|