mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
812d80c4f2
The multi-user transcriber service was not integrated into Docker Compose, limiting its usability in local and development environments. Add the necessary configuration to enable running and orchestrating the multi-user transcriber via Compose.
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
LIVEKIT_URL=ws://livekit:7880
|
|
LIVEKIT_API_KEY=devkey
|
|
LIVEKIT_API_SECRET=secret
|
|
|
|
STT_PROVIDER=kyutai
|
|
ENABLE_SILERO_VAD=False
|
|
|
|
KYUTAI_STT_BASE_URL=
|
|
KYUTAI_API_KEY=
|