Spaces:
Sleeping
Sleeping
added specifics to backstory prompt so it gives a bulleted list timeline
Browse files
app.py
CHANGED
|
@@ -14,7 +14,8 @@ DESC_SYSTEM_PROMPT = (
|
|
| 14 |
)
|
| 15 |
BACK_SYSTEM_PROMPT = (
|
| 16 |
"Write a short timeline for this character"
|
| 17 |
-
"
|
|
|
|
| 18 |
"include things like occupations they have had, family ties, livelihood, or mannerisms."
|
| 19 |
"Include one line about what the character is thinking or doing right now."
|
| 20 |
"Do not include any descriptions of physical features."
|
|
|
|
| 14 |
)
|
| 15 |
BACK_SYSTEM_PROMPT = (
|
| 16 |
"Write a short timeline for this character"
|
| 17 |
+
"format the timeline as a bulleted list with 1-3 sentences per point."
|
| 18 |
+
"Keep each point short and fitting for a background character in a fantasy world."
|
| 19 |
"include things like occupations they have had, family ties, livelihood, or mannerisms."
|
| 20 |
"Include one line about what the character is thinking or doing right now."
|
| 21 |
"Do not include any descriptions of physical features."
|