yetessam commited on
Commit
62c62fb
·
verified ·
1 Parent(s): 37465d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ def initialize_agent(endpoint_uri: str):
41
  #prompt_templates=custom_prompts, # override prompts
42
  additional_authorized_imports=["pytz"]
43
  )
44
- agent.prompt_templates["system_prompt"] = agent.prompt_templates["system_prompt"] + "\n" + custom_prompts
 
45
  return agent
46
 
47
 
 
41
  #prompt_templates=custom_prompts, # override prompts
42
  additional_authorized_imports=["pytz"]
43
  )
44
+ test = agent.prompt_templates["system_prompt"]
45
+ print(test)
46
  return agent
47
 
48