Skip to content

Release v1.4.291

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:06
· 223 commits to main since this release

Changes

PR #1715 by ksylvan: feat: add speech-to-text via OpenAI with transcription flags and comp…

  • Add --transcribe-file flag to transcribe audio or video
  • Add --transcribe-model flag with model listing and completion
  • Add --split-media-file flag to chunk files over 25MB
  • Implement OpenAI transcription using Whisper and GPT-4o Transcribe
  • Integrate transcription pipeline into CLI before readability processing