Skip to content

Commit

Permalink
Fix elevenlabs voice
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jul 23, 2024
1 parent 1407a12 commit 4036699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-framework/engines/audio-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from griptape.engines import TextToSpeechEngine
driver = ElevenLabsTextToSpeechDriver(
api_key=os.getenv("ELEVEN_LABS_API_KEY"),
model="eleven_multilingual_v2",
voice="Rachel",
voice="Laura",
)

engine = TextToSpeechEngine(
Expand Down

0 comments on commit 4036699

Please sign in to comment.