Skip to content

Commit

Permalink
make the yt transcript better
Browse files Browse the repository at this point in the history
  • Loading branch information
mishl-dev committed Jun 18, 2023
1 parent 4278c88 commit 5e4272b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ai_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def extract_video_id(message_content):
formatted_transcript = ". ".join(
[f"{entry['start']} - {entry['text']}" for entry in translated_transcript.fetch()])

response = f"""Summarizie the following youtube video transcript in 8 bullet points:
response = f"""Summarize the following youtube video transcript into few short concise bullet points:
{formatted_transcript}
Expand Down

0 comments on commit 5e4272b

Please sign in to comment.