Skip to content

Commit

Permalink
fix: remove elevenlabs prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jan 9, 2025
1 parent 3913f25 commit cf2d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stage-ui/src/components/Widgets/Stage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ttsQueue = useQueue<string>({
baseURL: 'https://unspeech.hyp3r.link/v1/',
})
const res = await generateSpeech({
...elevenlabs.speech('elevenlabs/eleven_multilingual_v2', {
...elevenlabs.speech('eleven_multilingual_v2', {
voiceSettings: {
stability: 0.4,
similarityBoost: 0.5,
Expand Down

0 comments on commit cf2d33e

Please sign in to comment.