Default tts to elevenlabs

pull/308/head
killian 4 months ago
parent 393d127540
commit 197417a65b

@ -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

Loading…
Cancel
Save