2cafaa9477
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 12s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 1m21s
CI/CD Pipeline / Build & Push Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI/CD Pipeline / Build Production Runtime Images (pull_request) Has been skipped
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / Production Browser E2E (pull_request) Has been skipped
根因:cosyvoice-v3.5-plus 模型要求系统音色使用 _v3 后缀命名 (如 longxiaochun_v3),旧名 longxiaochun 导致引擎返回 418 音色不支持。 修复: - config.py: 默认音色 longxiaochun → longxiaochun_v3 - preset_voices.py: 8个预置音色全部加 _v3 后缀 - cosyvoice_service.py: docstring 示例更新 - 相关测试文件 voice_id 全部同步更新 - 188个单元测试全绿