fix(geminiLive): remove speechConfig (unsupported by model)
Some checks are pending
CI / quality (push) Waiting to run
Some checks are pending
CI / quality (push) Waiting to run
This commit is contained in:
parent
cca05df62c
commit
eee75b53ca
1 changed files with 0 additions and 7 deletions
|
|
@ -230,13 +230,6 @@ function buildSetupFrame(systemPrompt: string): string {
|
||||||
},
|
},
|
||||||
inputAudioTranscription: {},
|
inputAudioTranscription: {},
|
||||||
outputAudioTranscription: {},
|
outputAudioTranscription: {},
|
||||||
speechConfig: {
|
|
||||||
voiceConfig: {
|
|
||||||
prebuiltVoiceConfig: {
|
|
||||||
voiceName: "Charon",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue