v1.1.0
·
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_float16andauto. - Default value if the flag is not passed:
auto. - Works in both
summarizeandconfigsubcommands.
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-flashand3-pro. - Default model if
--gemini-modelor-gis not passed:3-flash.
Bug Fix
- Fixed a crash related to locale/encoding on some Linux distributions (UnicodeDecodeError).