Skip to content

Commit f28f76b

Browse files
committed
chore(genai): Update gimini model to gimini-live-2.5-flash-native-audio
1 parent 455d71e commit f28f76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genai/live/live-transcribe-with-audio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function generateLiveAudioTranscription(
3131
location: location,
3232
});
3333

34-
const modelId = 'gemini-live-2.5-flash-preview-native-audio';
34+
const modelId = 'gemini-live-2.5-flash-native-audio';
3535
const config = {
3636
responseModalities: [Modality.AUDIO],
3737
inputAudioTranscription: {},

0 commit comments

Comments
 (0)