Skip to content

Commit 5bc3a66

Browse files
committed
yarn format
1 parent edf262f commit 5bc3a66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/ai/integration/constants.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ const modelNames: readonly string[] = ['gemini-2.0-flash', 'gemini-2.5-flash'];
6565
// The Live API requires a different set of models, and they're different for each backend.
6666
const liveModelNames: Map<BackendType, string[]> = new Map([
6767
[BackendType.GOOGLE_AI, ['gemini-2.5-flash-native-audio-preview-09-2025']],
68-
[BackendType.VERTEX_AI, ['gemini-live-2.5-flash-preview-native-audio-09-2025']]
68+
[
69+
BackendType.VERTEX_AI,
70+
['gemini-live-2.5-flash-preview-native-audio-09-2025']
71+
]
6972
]);
7073

7174
/**

0 commit comments

Comments
 (0)