v1.1.0
NangoHQ/nangov1.1.0Feb 19, 2025by t41372
AI Summary
Major feature release introducing group chat, advanced speech recognition tools, and simplified configuration management.
Key Highlights
- Implemented group chat functionality
- Added Silero-VAD voice activity detection and CosyVoice2 text-to-speech support
- Introduced one-click CUDA-ready setup using pixi
- Improved configuration management with a new template system for `conf.yaml`
Breaking Changes
- `conf.yaml` is no longer tracked in git
New Features
- Group chat functionality
- Silero-VAD voice activity detection
- CosyVoice2 text-to-speech support
- Frontend ASR/TTS tools accessible at `http://localhost:web-tool`
- One-click CUDA-ready setup using pixi
- Config template system
Full Release Notes
## 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) ### New Contributors * @mokurin000 * @AnyaCoder * @Warma10032 **Full Changelog**: https://github.com/Open-LLM-VTuber/Open-LLM-VTuber/compare/v1.0.0...v1.1.0 ## Which files should I get? 我应该下载哪些文件? ### For Existing Open-LLM-VTuber Users (v1.0.0 or newer) 现有 Open-LLM-VTuber 用户(v1.0.0 或更新版本) 1. Run `uv run upgrade.py` to update to the latest version 运行 `uv run upgrade.py` 来更新到最新版本 2. Download the new electron app from the releases section 从发布区(下面)下载新的 electron 应用程序 ### For New Users or Versions Below v1.0.0 新用户或 v1.0.0 以下版本用户 Please refer to the [new deployment documentation](https://docs.llmvtuber.com/docs/quick-start) for installation instructions. 请参考[新部署文档](https://docs.llmvtuber.com/docs/quick-start)获取安装说明。 ### Download Files 下载文件 If you are here because you read the documentation, download the zip file and the electron app below. Download both of these files: 1. The electron app 2. The language-specific ZIP file: - English: `Open-LLM-VTuber-v1.1.0-en.zip` - Chinese: `Open-LLM-VTuber-v1.1.0-zh.zip` Note: The ZIP files are identical except for the language of the configuration file. Both packages include the SenseVoiceSmall model file to ensure accessibility for Chinese users. 如果您是按照文档指引来到这里的,请下载以下的 zip 文件和 electron 应用程序。 请下载这两个文件: 1. electron 应用程序 2. 对应语言的 ZIP 文件: - 英文版:`Open-LLM-VTuber-v1.1.0-en.zip` - 中文版:`Open-LLM-VTuber-v1.1.0-zh.zip` 注意:这些 ZIP 文件除了配置文件的语言不同外完全相同。两个包都包含 SenseVoiceSmall 模型文件以确保内地用户可以愉快使用。 ## Faster download links for Chinese users 给内地用户准备的(相对)快速的下载链接 Open-LLM-VTuber-v1.1.0-zh.zip (包含 sherpa onnx asr 的 sense-voice 模型,就不用再从github上拉取了) - [Open-LLM-VTuber-v1.1.0-en.zip](https://pub-17317087be374bc68161ac63de2022a5.r2.dev/v1.1.0/Open-LLM-VTuber-v1.1.0-en.zip) - [Open-LLM-VTuber-v1.1.0-zh.zip](https://pub-17317087be374bc68161ac63de2022a5.r2.dev/v1.1.0/Open-LLM-VTuber-v1.1.0-zh.zip) open-llm-vtuber-electron-1.1.0-frontend.exe (桌面版前端,Windows) - https://pub-17317087be374bc68161ac63de2022a5.r2.dev/v1.1.0/open-llm-vtuber-electron-1.1.0-setup.exe open-llm-vtuber-electron-1.1.0-frontend.dmg (桌面版前端,macOS) - https://pub-17317087be374bc68161ac63de2022a5.r2.dev/v1.1.0/open-llm-vtuber-electron-1.1.0.dmg