We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f033ad commit e3cec1fCopy full SHA for e3cec1f
README.md
@@ -108,7 +108,7 @@ Allow Microphone access when prompted.
108
:tts {:proc tts/elevenlabs-tts-process
109
:args {:elevenlabs/api-key (secret [:elevenlabs :api-key])
110
:elevenlabs/model-id "eleven_flash_v2_5"
111
- :elevenlabs/voice-id "7sJPxFeMXAVWZloGIqg2"
+ :elevenlabs/voice-id (secret [:elevenlabs :voice-id])
112
:voice/stability 0.5
113
:voice/similarity-boost 0.8
114
:voice/use-speaker-boost? true
0 commit comments