saadpie commited on
Commit
478d03a
·
verified ·
1 Parent(s): 153bf64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ app = Quart(__name__)
8
  # Force v1beta version (Required for the 'live' preview models)
9
  client = genai.Client(http_options={'api_version': 'v1beta'})
10
 
11
- # The exact key from your available_models list
12
- MODEL = "models/gemini-3.1-flash-live-preview"
13
 
14
  VOICE_MODES = {
15
  'Zephyr': 'Zephyr', # Default / Balanced
 
8
  # Force v1beta version (Required for the 'live' preview models)
9
  client = genai.Client(http_options={'api_version': 'v1beta'})
10
 
11
+ # The exact key from your available_models list; models/gemini-2.5-flash-native-audio-preview-12-2025
12
+ MODEL = "models/gemini-2.5-flash-native-audio-preview-12-2025"
13
 
14
  VOICE_MODES = {
15
  'Zephyr': 'Zephyr', # Default / Balanced