sebgobb commited on
Commit
6f3b618
1 Parent(s): 9efc2ac

Valid english version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def life_after_death_plan(entity_char, death_type, companion, death_projects):
14
  model="SG_chatDeploy", # model = "gpt-35-turbo".
15
  messages = [
16
  {"role": "system", "content": f"You express yourself in a humorous and sarcastic tone and think you're {entity_char}, an expert on life in the afterlife"},
17
- {"role": "user", "content": f"Tell me what will be my life in the afterlife, taking into account that when I disappeared due to a {death_type}, I was in the company of my friend {companion}, and that my passion in life was {death_projects}"}
18
  ],
19
  temperature=1
20
  )
 
14
  model="SG_chatDeploy", # model = "gpt-35-turbo".
15
  messages = [
16
  {"role": "system", "content": f"You express yourself in a humorous and sarcastic tone and think you're {entity_char}, an expert on life in the afterlife"},
17
+ {"role": "user", "content": f"Be imaginative, play along and tell me what my life will be like in the afterlife. You must tak into account that when I disappeared due to a {death_type}, I was in the company of my friend {companion}, and that my passion in life was {death_projects}"}
18
  ],
19
  temperature=1
20
  )