1.0.4
OpenBMB/VoxCPM1.0.4Sep 23, 2025by a710128
AI Summary
This release introduces a streaming API for VoxCPM and adds a prompt-file option, while also updating the minimum Python version requirement to support Gradio 5.
Key Highlights
- Added streaming API for VoxCPM
- New prompt-file option to set prompt text
- Updated minimum Python version to 3.10 for Gradio 5 support
Breaking Changes
- Minimum Python version increased to 3.10
New Features
- Streaming API
- prompt-file option for setting prompt text
Full Release Notes
## What's Changed * add prompt-file option to set prompt text by @MayDomine in https://github.com/OpenBMB/VoxCPM/pull/17 * Add a streaming API for VoxCPM by @AbrahamSanders in https://github.com/OpenBMB/VoxCPM/pull/26 * **Update the minimum Python version to 3.10** to support Gradio 5. ## New Contributors * @MayDomine made their first contribution in https://github.com/OpenBMB/VoxCPM/pull/17 * @AbrahamSanders made their first contribution in https://github.com/OpenBMB/VoxCPM/pull/26 **Full Changelog**: https://github.com/OpenBMB/VoxCPM/compare/1.0.3...1.0.4