Spaces:
Sleeping
Sleeping
Commit
·
6aad74a
1
Parent(s):
5f6eb8f
Fixed historical_figure_format
Browse files
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 |
-
"
|
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 = (
|