v2.1.1
Huanshere/VideoLingov2.1.1Dec 10, 2024by Huanshere
AI Summary
Bug fix release addressing multiple stability and compatibility issues across TTS, segmentation, and model support.
Key Highlights
- Fixed empty audio fallback for failed TTS tasks
- Handled multiple spaces in word merging and multiple splits in second segmentation
- Added Grok beta support
- Pinned ctranslate2 to version 4.5.0 to avoid errors
New Features
- Empty audio fallback for failed TTS tasks
- Multiple spaces handling in word merging
- Multiple splits support in second segmentation
- Grok beta API support
- Ctranslate2 version pinned to 4.5.0
Full Release Notes
## Release Notes 🐛 **Bug Fixes:** * Use empty audio as a fallback for failed TTS tasks and handle empty lines in TTS tasks generation. * Handle multiple spaces when merging words and allow multiple splits in second segmentation. * Add support for Grok beta and resolve compatibility issues in the `askgpt` function. * Pin ctranslate2 to version 4.5.0 to avoid errors. --- ## 发布说明 🐛 **问题修复:** * 为失败的 TTS 任务使用空音频作为回退,并处理 TTS 任务生成中的空行。 * 在合并单词时处理多个空格,并允许在第二次分段中进行多次分割。 * 支持 Grok beta 并解决 `askgpt` 函数中的兼容性问题。 * 将 ctranslate2 固定为 4.5.0 版本,以避免报错。