Skip to content

Commit

Permalink
v0.07.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Mar 29, 2024
1 parent 50d1c88 commit fbd19fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcription_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async def transcribe_audio(audio_path, output_dir, youtube_url, video_info_messa
header_content = ""

# Generate the header if needed, now including the model used
ai_transcript_header = f"Whisper AI-generated transcript (model used: {model}):"
ai_transcript_header = f"[ Transcript generated by Whisper AI using the model: `{model}` ]"
header_content = ""

if include_header:
Expand Down

0 comments on commit fbd19fd

Please sign in to comment.