feat: add OpenAI-compatible Chatterbox TTS service
This commit is contained in:
commit
38a2a48f28
9 changed files with 620 additions and 0 deletions
8
requirements.txt
Normal file
8
requirements.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fastapi
|
||||
uvicorn[standard]
|
||||
pydantic
|
||||
pytest
|
||||
setuptools<81
|
||||
chatterbox-tts==0.1.7
|
||||
torch==2.6.0
|
||||
torchaudio==2.6.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue