All checks were successful
CI / changes (push) Successful in 1s
CI / test (push) Successful in 6s
CI / build-ai-gateway (push) Has been skipped
CI / build-ha-gateway (push) Has been skipped
CI / build-discord-bot (push) Successful in 1m33s
CI / build-tts-gateway (push) Successful in 37s
CI / build-tts-sidecar (push) Has been skipped
- Implemented the /speak command in Discord bot to synthesize speech using the TTS gateway. - Added voice handling logic to join voice channels and play synthesized audio. - Created tests for the new command and voice functionalities. - Introduced TTSGateway interface for TTS service communication. - Updated configuration to include TTS gateway address. - Documented the TTS gateway integration and model artifact distribution process.
8 lines
441 B
Docker
8 lines
441 B
Docker
# One-time (or only-when-the-checkpoint-changes) manually built and pushed by a human on
|
|
# nik-gpu - CI can never build this: the checkpoint and hparams aren't committed to git
|
|
# (~455MB, and nik-gpu's local disk at /data/tts-gateway is the only place they exist).
|
|
# Build CONTEXT must be that directory, not a checkout of this repo - see
|
|
# tts-gateway/README.md for the exact commands.
|
|
FROM busybox:1.36
|
|
COPY G_790000.pth uma.json /models/
|