From eee75b53ca3ad5e250f8623219b6473730e7c855 Mon Sep 17 00:00:00 2001 From: Hermann_Kitio Date: Mon, 27 Apr 2026 04:38:29 +0300 Subject: [PATCH] fix(geminiLive): remove speechConfig (unsupported by model) --- src/lib/geminiLive.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/geminiLive.ts b/src/lib/geminiLive.ts index 1a62378..5aef9d6 100644 --- a/src/lib/geminiLive.ts +++ b/src/lib/geminiLive.ts @@ -230,13 +230,6 @@ function buildSetupFrame(systemPrompt: string): string { }, inputAudioTranscription: {}, outputAudioTranscription: {}, - speechConfig: { - voiceConfig: { - prebuiltVoiceConfig: { - voiceName: "Charon", - }, - }, - }, }, }); }