yetessam commited on
Commit
43dc6c6
·
verified ·
1 Parent(s): cbe3ee4

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
  additional_authorized_imports=["pytz"]
42
  )
43
 
44
-
 
45
  return agent
46
 
47
 
 
41
  additional_authorized_imports=["pytz"]
42
  )
43
 
44
+ print_default_prompt_templates( agent )
45
+
46
  return agent
47
 
48