Skip to content

v1.1.0

Choose a tag to compare

@gabrielcarvalhosouza gabrielcarvalhosouza released this 13 Jan 22:40
· 18 commits to main since this release

What's New?!

New flag: --compute-type

  • Specify the compute type for local transcription (Faster-Whisper).
  • Accepted values: int8, float16, float32, int8_float16 and auto.
  • Default value if the flag is not passed: auto.
  • Works in both summarize and config subcommands.

Migrated to the new Gemini SDK

  • Content-Summarizer now uses the new Gemini SDK.
  • The list of accepted models changed: 2.5-flash, 2.5-pro, 3-flash and 3-pro.
  • Default model if --gemini-model or -g is not passed: 3-flash.

Bug Fix

  • Fixed a crash related to locale/encoding on some Linux distributions (UnicodeDecodeError).