Default tts to elevenlabs

This commit is contained in:
killian 2024-09-18 13:51:28 -07:00
parent 393d127540
commit 197417a65b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from interpreter import AsyncInterpreter
interpreter = AsyncInterpreter()
interpreter.tts = "openai" # This should be cartesia once we support it
interpreter.tts = "elevenlabs" # This should be cartesia once we support it
interpreter.stt = "deepgram" # This is only used for the livekit server. The light server runs faster-whisper locally
# Connect your 01 to a language model