Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion genai/live/live_websocket_audiogen_with_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def generate_content() -> str:
# Configuration Constants
PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
LOCATION = "us-central1"
GEMINI_MODEL_NAME = "gemini-2.0-flash-live-preview-04-09"
GEMINI_MODEL_NAME = "gemini-live-2.5-flash-native-audio"
# To generate a bearer token in CLI, use:
# $ gcloud auth application-default print-access-token
# It's recommended to fetch this token dynamically rather than hardcoding.
Expand Down