Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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
|