Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hivemind_summarizer/activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ async def fetch_and_summarize_realtime_data(

# Generate summary using OpenAI
prompt = (
"Please provide a concise summary of the following content, focusing on the key points and main themes:"
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}"
)

response = await client.chat.completions.create(
Expand Down