HeWhoComes's picture
Upload 30 files
145a859 verified
raw
history blame contribute delete
386 Bytes
!zw/server.config:
framework: FastAPI
tts_engine: ZWKittenTTS
endpoints:
speak:
method: POST
path: /speak
request_schema:
text: string
voice: string
speed: float
defaults:
voice: expr-voice-3-f
speed: 1.0
capabilities:
name: zw_kitten_tts
profiles:
- zw/tts.intent@^0
- zw/prosody@^0