Skip to content

Commit 2945081

Browse files
ziggyclaude
andcommitted
Upgrade ElevenLabs STT from scribe_v1 to scribe_v2
Better accuracy, same API. Matches current ElevenLabs docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e0f2c38 commit 2945081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transcription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function transcribeWithElevenLabs(
2525

2626
try {
2727
const formData = new FormData();
28-
formData.append('model_id', 'scribe_v1');
28+
formData.append('model_id', 'scribe_v2');
2929
formData.append(
3030
'file',
3131
new Blob([audioBuffer], { type: 'audio/ogg' }),

0 commit comments

Comments
 (0)