Skip to content

Commit 7c102cd

Browse files
committed
Update Gemini model to preview-12-2025
1 parent 09b5dac commit 7c102cd

File tree

1 file changed

+1
-6
lines changed
  • deep-sea-stories/packages/backend/src

1 file changed

+1
-6
lines changed

deep-sea-stories/packages/backend/src/config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ export const configSchema = z.object({
2525
GOOGLE_CLOUD_LOCATION: z.string().optional(),
2626
});
2727

28-
// WARNING: gemini-live-2.5-flash-preview will stop working on Dec 9!!
29-
// https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash
30-
// However, changing this to gemini-2.5-flash-native-audio-preview-09-2025
31-
// somehow breaks the greeting (WTF)
32-
export const GEMINI_MODEL = 'gemini-2.5-flash-native-audio-preview-09-2025';
33-
// export const GEMINI_MODEL = 'gemini-live-2.5-flash-preview-native-audio';
28+
export const GEMINI_MODEL = 'gemini-2.5-flash-native-audio-preview-12-2025';
3429

3530
export const stories: Story[] = JSON.parse(
3631
fs.readFileSync(join(__dirname, 'prompts', 'stories.json'), 'utf8'),

0 commit comments

Comments
 (0)