Skip to content

Commit

Permalink
Default tts to elevenlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Sep 18, 2024
1 parent 393d127 commit 197417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/source/server/profiles/default.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 197417a

Please sign in to comment.