Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def summarize_conversation(chain: LLMChain, conversation: str, name1: str, name2
|
|
70 |
|
71 |
summary_prompt = f"""
|
72 |
The following is a conversation between {name1} and {name2}:
|
73 |
-
{
|
74 |
|
75 |
Provide a short descriptive title for their conversation and then summarize it in a few short sentences highlighting the main points, tone, and conclusion.
|
76 |
|
|
|
70 |
|
71 |
summary_prompt = f"""
|
72 |
The following is a conversation between {name1} and {name2}:
|
73 |
+
{conversation}
|
74 |
|
75 |
Provide a short descriptive title for their conversation and then summarize it in a few short sentences highlighting the main points, tone, and conclusion.
|
76 |
|