Update app.py
Browse files
app.py
CHANGED
@@ -159,13 +159,15 @@ class DocumentRAG:
|
|
159 |
You are a professional podcast producer. Create a 1-2 minute structured podcast dialogue in {language}
|
160 |
based on the provided document summary. Follow this flow:
|
161 |
1. Brief Introduction of the Topic
|
162 |
-
2. Highlight
|
163 |
-
3. Discuss Limitations
|
164 |
4. Present the Conclusion
|
165 |
5. Mention Future Work
|
166 |
|
167 |
-
Clearly label the dialogue as 'Host 1:' and 'Host 2:'.
|
168 |
-
and insightful,
|
|
|
|
|
169 |
},
|
170 |
{"role": "user", "content": f"""
|
171 |
Document Summary: {self.document_summary}"""}
|
|
|
159 |
You are a professional podcast producer. Create a 1-2 minute structured podcast dialogue in {language}
|
160 |
based on the provided document summary. Follow this flow:
|
161 |
1. Brief Introduction of the Topic
|
162 |
+
2. Highlight the limitations of existing methods, the key contributions of the research paper, and its advantages over the current state of the art.
|
163 |
+
3. Discuss Limitations of the research work.
|
164 |
4. Present the Conclusion
|
165 |
5. Mention Future Work
|
166 |
|
167 |
+
Clearly label the dialogue as 'Host 1:' and 'Host 2:'. Maintain a tone that is engaging, conversational,
|
168 |
+
and insightful, while ensuring the flow remains logical and natural. Include a well-structured opening
|
169 |
+
to introduce the topic and a clear, thoughtful closing that provides a smooth conclusion, avoiding any
|
170 |
+
abrupt endings."""
|
171 |
},
|
172 |
{"role": "user", "content": f"""
|
173 |
Document Summary: {self.document_summary}"""}
|