Pepguy commited on
Commit
d9a6659
·
verified ·
1 Parent(s): 54de51d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -491,9 +491,9 @@ Default Animation: {personality_info['default_animation']}
491
 
492
  # System prompt as first user message
493
  # system_message = SYSTEM_PROMPT.format(
494
- personality_traits=personality_traits,
495
- current_storyline=storyline if storyline else "No special events today."
496
- )
497
 
498
  # System prompt as first user message (use Template to avoid accidental brace-formatting)
499
  tmpl = Template(SYSTEM_PROMPT)
 
491
 
492
  # System prompt as first user message
493
  # system_message = SYSTEM_PROMPT.format(
494
+ # personality_traits=personality_traits,
495
+ # current_storyline=storyline if storyline else "No special events today."
496
+ #)
497
 
498
  # System prompt as first user message (use Template to avoid accidental brace-formatting)
499
  tmpl = Template(SYSTEM_PROMPT)