RakeshUtekar commited on
Commit
30922ce
·
verified ·
1 Parent(s): bdcef72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -35,10 +35,7 @@ def summarize_conversation(chain: LLMChain, conversation: str, name1: str, name2
35
  Below is a completed conversation between {name1} and {name2}:
36
  {conversation}
37
 
38
- Please provide:
39
- Title: <A short descriptive title of the conversation>
40
- Summary: <A few short sentences highlighting the main points, tone, and conclusion of the conversation>
41
- Do not continue the conversation, just provide the title and summary.
42
  """
43
 
44
  try:
 
35
  Below is a completed conversation between {name1} and {name2}:
36
  {conversation}
37
 
38
+ Use the conversation above and write a short Title and a summary of above conversation. The summary should be in paragraph which highlights what was the conversation about.
 
 
 
39
  """
40
 
41
  try: