Kumarkishalaya commited on
Commit
8685dad
·
verified ·
1 Parent(s): 57e1cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def generate_story(comments, temperature=0.7):
95
  Don't mention the comments or emotions. just return the story"""},
96
  {"role": "assistant", "content": """
97
  toss a coin if head comes, then make the story a bit humorous
98
- if tail comes then make the story a little bit sad and nostalgic
99
  """}]
100
  ,temperature=temperature)
101
  return completion.choices[0].message.content
 
95
  Don't mention the comments or emotions. just return the story"""},
96
  {"role": "assistant", "content": """
97
  toss a coin if head comes, then make the story a bit humorous
98
+ if tail comes then make the story a little bit sad and nostalgic. Just tell the story and nothing else.
99
  """}]
100
  ,temperature=temperature)
101
  return completion.choices[0].message.content