Skip to content

Commit

Permalink
TTS: Switch to Eleven v2 turbo by default (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
juberti authored Nov 6, 2023
1 parent 950e8cc commit 220c40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ai-jsx/src/lib/tts/tts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ export class CoquiTextToSpeech extends RestTextToSpeech {
*/
export class ElevenLabsTextToSpeech extends RestTextToSpeech {
static readonly DEFAULT_VOICE = '21m00Tcm4TlvDq8ikWAM'; // Rachel
static readonly DEFAULT_MODEL = 'eleven_monolingual_v1';
static readonly DEFAULT_MODEL = 'eleven_turbo_v2';
constructor(
urlFunc: BuildUrl,
voice: string = ElevenLabsTextToSpeech.DEFAULT_VOICE,
Expand Down

4 comments on commit 220c40c

@vercel
Copy link

@vercel vercel bot commented on 220c40c Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-voice – ./packages/voice

ai-jsx-voice-git-main-fixie-ai.vercel.app
ai-jsx-voice.vercel.app
ai-jsx-voice-fixie-ai.vercel.app
voice.fixie.ai

@vercel
Copy link

@vercel vercel bot commented on 220c40c Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-docs – ./packages/docs

ai-jsx-docs-fixie-ai.vercel.app
ai-jsx-docs-git-main-fixie-ai.vercel.app
ai-jsx-docs.vercel.app
docs.ai-jsx.com

@vercel
Copy link

@vercel vercel bot commented on 220c40c Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-tutorial-nextjs – ./packages/tutorial-nextjs

ai-jsx-tutorial-nextjs.vercel.app
ai-jsx-tutorial-nextjs-fixie-ai.vercel.app
ai-jsx-tutorial-nextjs-git-main-fixie-ai.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 220c40c Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-nextjs-demo – ./packages/nextjs-demo

ai-jsx-nextjs-demo.vercel.app
ai-jsx-nextjs-demo-fixie-ai.vercel.app
ai-jsx-nextjs-demo-git-main-fixie-ai.vercel.app

Please sign in to comment.