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", - }, - }, - }, }, }); }