Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def generate_story(comments, temperature=0.7):
|
|
89 |
Read all the comments, understand the emotions people are feeling and pick any random emotion
|
90 |
and create a story in first person based on that emotion picking a random character keep the words
|
91 |
simple and a bit profound but overall simple words. Give more weight to the comments that
|
92 |
-
come earlier in sequence. The comments are given here: {comments_text}"""},
|
93 |
{"role": "assistant", "content": """
|
94 |
ignore the comment which has lyrics of the song,
|
95 |
ignore all comments similar to 'anyone in 2024', Keep the story randomly between 50-120 words.
|
|
|
89 |
Read all the comments, understand the emotions people are feeling and pick any random emotion
|
90 |
and create a story in first person based on that emotion picking a random character keep the words
|
91 |
simple and a bit profound but overall simple words. Give more weight to the comments that
|
92 |
+
come earlier in sequence. The comments are given here: {comments_text} overall the story should be simialr to what the comments are like but with a new story"""},
|
93 |
{"role": "assistant", "content": """
|
94 |
ignore the comment which has lyrics of the song,
|
95 |
ignore all comments similar to 'anyone in 2024', Keep the story randomly between 50-120 words.
|