Default tts to elevenlabs
This commit is contained in:
parent
393d127540
commit
197417a65b
|
@ -1,7 +1,7 @@
|
||||||
from interpreter import AsyncInterpreter
|
from interpreter import AsyncInterpreter
|
||||||
interpreter = 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
|
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
|
# Connect your 01 to a language model
|
||||||
|
|
Loading…
Reference in New Issue