506eae98f1
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 4s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 4m18s
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
- 配置更新:base_url改为api/v1,model改为cosyvoice-v3.5-plus,新增clone_model=voice-enrollment - 音色克隆:适配customization接口 + voice-enrollment模型 + create_voice action - 状态查询:适配同路径query_voice action(POST),返回DEPLOYING/OK/UNDEPLOYED - 语音合成:适配SpeechSynthesizer非流式同步接口,直接返回audio_url - 新增audio_url_signer钩子:对私有bucket音频URL预签名(slash_safe=True) - voice_clone workflow适配:voice_id替代task_id,status=OK标记ready - tts_job workflow适配:同步接口直接返回,无task_id时自动重新合成兜底 - API端+Worker端依赖注入OSS预签名函数 - 单元测试:36个service测试 + 18个workflow测试,全部通过