We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d7235 commit bcdc9a5Copy full SHA for bcdc9a5
1 file changed
genai/live/live_audio_with_txt.py
@@ -37,7 +37,7 @@ def play_audio(audio_array: np.ndarray, sample_rate: int = 24000) -> None:
37
38
client = genai.Client()
39
voice_name = "Aoede"
40
- model = "gemini-2.0-flash-live-preview-04-09"
+ model = "gemini-live-2.5-flash-native-audio"
41
42
config = LiveConnectConfig(
43
response_modalities=[Modality.AUDIO],
0 commit comments