Changes: - Updated livekitService.ts to use remote token server - Julia-robust agent with disabled interruptions - Added discard_audio_if_uninterruptible=True - Added min_interruption_duration=2.0 - Token server configured for julia-robust agent
15 lines
334 B
TOML
15 lines
334 B
TOML
[project]
|
|
subdomain = "live-kit-demo-70txlh6a"
|
|
|
|
[agent]
|
|
id = "CA_Yd3qcuYEVKKE"
|
|
|
|
[build]
|
|
dockerfile = "Dockerfile"
|
|
|
|
[env]
|
|
# Deepgram for TTS
|
|
DEEPGRAM_API_KEY = "cec33b489b0ba12c4e4f1ea888e887e88fba5848"
|
|
# AssemblyAI for STT (best accuracy - correctly recognizes "dad" vs "dead")
|
|
ASSEMBLYAI_API_KEY = "42e753b65b6a4360ae4a77ac76961857"
|