feat(tts): integrate Async TTS engine into pipecat

This commit is contained in:
Ashot
2025-07-23 14:44:21 +04:00
parent afed9a61f2
commit f2e9562f1b
5 changed files with 755 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
# Anthropic
ANTHROPIC_API_KEY=...
# Async
ASYNCAI_API_KEY=...
ASYNCAI_VOICE_ID=...
# AWS
AWS_SECRET_ACCESS_KEY=...
AWS_ACCESS_KEY_ID=...