ranamhamoud commited on
Commit
f2e0653
โ€ข
1 Parent(s): 6e6ce93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ class Story(Document):
56
 
57
  # Utility function for prompts
58
  def make_prompt(entry):
59
- return f"### Human, Don't answer inappropriate messages, make it around 500 words. Don't use ;:{entry} ### Assistant:"
60
  # f"TELL A STORY, RELATE TO COMPUTER SCIENCE, INCLUDE ASSESMENTS. MAKE IT REALISTIC AND AROUND 500 WORDS, END THE STORY WITH "THE END.": {entry}"
61
 
62
 
 
56
 
57
  # Utility function for prompts
58
  def make_prompt(entry):
59
+ return f"### Human, Don't answer inappropriate messages. Don't use ;:{entry}. Use characters I include. ### Assistant:"
60
  # f"TELL A STORY, RELATE TO COMPUTER SCIENCE, INCLUDE ASSESMENTS. MAKE IT REALISTIC AND AROUND 500 WORDS, END THE STORY WITH "THE END.": {entry}"
61
 
62