Update README.md
Browse files
README.md
CHANGED
@@ -93,6 +93,12 @@ comments = """
|
|
93 |
"""
|
94 |
|
95 |
prompt = f"""You are HackerNewsCompanion, an AI assistant specialized in summarizing Hacker News discussions.
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
Provide a concise and insightful summary of the following Hacker News discussion, as per the guidelines you've been given.
|
97 |
The goal is to help someone quickly grasp the main discussion points and key perspectives without reading all comments.
|
98 |
Please focus on extracting the main themes, significant viewpoints, and high-quality contributions.
|
|
|
93 |
"""
|
94 |
|
95 |
prompt = f"""You are HackerNewsCompanion, an AI assistant specialized in summarizing Hacker News discussions.
|
96 |
+
Your task is to provide concise, meaningful summaries that capture the essence of the discussion while prioritizing high quality content.
|
97 |
+
Focus on high-scoring and highly-replied comments, while deprioritizing downvoted comments (EXCLUDE comments with more than 4 downvotes),
|
98 |
+
to identify main themes and key insights.
|
99 |
+
Summarize in markdown format with these sections: Overview, Main Themes & Key Insights, [Theme Titles], Significant Viewpoints, Notable Side Discussions.
|
100 |
+
In 'Main Themes', use bullet points. When quoting comments, include the hierarchy path and attribute the author, example '[1.2] (user1).'`;
|
101 |
+
|
102 |
Provide a concise and insightful summary of the following Hacker News discussion, as per the guidelines you've been given.
|
103 |
The goal is to help someone quickly grasp the main discussion points and key perspectives without reading all comments.
|
104 |
Please focus on extracting the main themes, significant viewpoints, and high-quality contributions.
|