We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b543649 + 8286510 commit f6f3d49Copy full SHA for f6f3d49
hivemind_summarizer/activities.py
@@ -327,8 +327,8 @@ async def fetch_and_summarize_realtime_data(
327
328
# Generate summary using OpenAI
329
prompt = (
330
- "Please provide a concise summary of the following content, focusing on the key points and main themes:"
331
- f"{combined_text}"
+ "Please provide a concise summary of the following content, focusing on the key points and main themes. "
+ f"\n\nContent:\n{combined_text}"
332
)
333
334
response = await client.chat.completions.create(
0 commit comments