1.1.0 Release
· 阅读需 3 分钟
What's Changed
Major Features
- Implemented group chat functionality (@ylxmf2005)
- Added Silero-VAD voice activity detection (@AnyaCoder)
- Added CosyVoice2 text-to-speech support (@Warma10032)
- Added frontend ASR/TTS tools accessible at
http://localhost:web-tool
- Users can now directly use the project's speech recognition and text-to-speech engines
- Introduced one-click CUDA-ready setup using pixi (@mokurin000)
- Improved configuration management and update mechanism:
conf.yaml
is no longer tracked in git- New config template system for generating and updating
conf.yaml
during upgrades
Bug Fixes & Improvements
- Fixed sentence divider issues
- Fixed system prompt override bug for certain LLMs
- Removed deprecated
prompts/persona
directory (unused since v1.0.0) - Major codebase refactoring of conversation and handler components (@ylxmf2005)