yetessam commited on
Commit
edb6a0a
·
verified ·
1 Parent(s): 18c94d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ def initialize_agent(endpoint_uri: str):
37
  verbosity_level=3,
38
  name="content_agent",
39
  description="Evaluates whether text is polite or impolite.",
40
- #prompt_templates=custom_prompts, # override prompts
41
- instructions = custom_prompts, # adds additional instructions instead of overriding default prompt
42
  additional_authorized_imports=["pytz"]
43
  )
44
 
 
37
  verbosity_level=3,
38
  name="content_agent",
39
  description="Evaluates whether text is polite or impolite.",
40
+ prompt_templates=custom_prompts, # override prompts
41
+ #instructions = custom_prompts, # adds additional instructions instead of overriding default prompt
42
  additional_authorized_imports=["pytz"]
43
  )
44