### What problem does this PR solve?

OpenAITTS

### Type of change


- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
liuhua
2024-09-19 16:55:18 +08:00
committed by GitHub
parent af0b4b0828
commit d545633a6c
3 changed files with 54 additions and 17 deletions

View File

@ -138,5 +138,6 @@ Seq2txtModel = {
TTSModel = {
"Fish Audio": FishAudioTTS,
"Tongyi-Qianwen": QwenTTS
"Tongyi-Qianwen": QwenTTS,
"OpenAI":OpenAITTS
}