Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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:
|