mecoffey commited on
Commit
3e8a54a
·
1 Parent(s): a77d79d

added specifics to backstory prompt so it gives a bulleted list timeline

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,7 +14,8 @@ DESC_SYSTEM_PROMPT = (
14
  )
15
  BACK_SYSTEM_PROMPT = (
16
  "Write a short timeline for this character"
17
- "Keep each part short and fitting for a background character in a fantasy world."
 
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."