keynes42 commited on
Commit
7ae7ed2
·
verified ·
1 Parent(s): d9c3ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -140,6 +140,7 @@ class BasicAgent:
140
  # System prompt
141
  # 1) Get the default templates
142
  default_templates = PromptTemplates()
 
143
  # 2) Construct a new one, swapping in only your system prompt
144
  my_templates = PromptTemplates(
145
  system_prompt=(
 
140
  # System prompt
141
  # 1) Get the default templates
142
  default_templates = PromptTemplates()
143
+ print(">>> prompt_templates is a", type(default_templates))
144
  # 2) Construct a new one, swapping in only your system prompt
145
  my_templates = PromptTemplates(
146
  system_prompt=(