add tts api (#2107)

### What problem does this PR solve?

add tts api 


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

---------

Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
黄腾
2024-08-27 13:15:54 +08:00
committed by GitHub
parent 2da4e7aa46
commit b88c3897b9
2 changed files with 37 additions and 2 deletions

View File

@ -96,6 +96,7 @@ class TenantService(CommonService):
cls.model.rerank_id,
cls.model.asr_id,
cls.model.img2txt_id,
cls.model.tts_id,
cls.model.parser_ids,
UserTenant.role]
return list(cls.model.select(*fields)