feat: add OpenAI-compatible Chatterbox TTS service
This commit is contained in:
commit
38a2a48f28
9 changed files with 620 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
|
||||
# Reference clips are local operational data; keep the directory in Git only.
|
||||
voices/*
|
||||
!voices/.gitkeep
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue