Skip to content

Commit e6e937d

Browse files
authored
chore(genai): Update live_audiogen_with_txt to gemini-2.5-flash-native-audio (#13791)
* chore(genai): Update live_audiogen_with_txt to gemini-2.5-flash-native-audio * chore(genai) Update gimini to live-2.5
1 parent 6566734 commit e6e937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/live/live_audiogen_with_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def generate_content() -> None:
2929
VoiceConfig)
3030

3131
client = genai.Client()
32-
model = "gemini-2.0-flash-live-preview-04-09"
32+
model = "gemini-live-2.5-flash-native-audio"
3333
# For more Voice options, check https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-flash#live-api-native-audio
3434
voice_name = "Aoede"
3535

0 commit comments

Comments
 (0)