DrishtiSharma commited on
Commit
bf5580a
Β·
verified Β·
1 Parent(s): 721c955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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 Main Contributions (from introduction)
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:'. Keep the tone engaging, conversational,
168
- and insightful, with a clear opening and closing."""
 
 
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}"""}