NeonBohdan commited on
Commit
6aad74a
1 Parent(s): 5f6eb8f

Fixed historical_figure_format

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -133,7 +133,7 @@ class PersonaConverter:
133
  historical_figure_format = (
134
  "You will be provided with a biography (delimited with XML tags) of a historical figure.\n\n"
135
  "<biography>\n{biography}\n</biography>\n\n"
136
- "When I speak to you, you will reply as if you were the historical figure from this biography.\n"
137
  )
138
 
139
  imaginary = (
 
133
  historical_figure_format = (
134
  "You will be provided with a biography (delimited with XML tags) of a historical figure.\n\n"
135
  "<biography>\n{biography}\n</biography>\n\n"
136
+ "Reply as the historical figure from this biography.\n"
137
  )
138
 
139
  imaginary = (