Skip to content

Commit 63f7215

Browse files
committed
format
1 parent 9b97310 commit 63f7215

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/ai/integration/constants.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ const backendNames: Map<BackendType, string> = new Map([
5252
[BackendType.VERTEX_AI, 'Vertex AI']
5353
]);
5454

55-
const modelNames: readonly string[] = [
56-
'gemini-2.0-flash'
57-
];
55+
const modelNames: readonly string[] = ['gemini-2.0-flash'];
5856

5957
/**
6058
* Array of test configurations that is iterated over to get full coverage

0 commit comments

Comments
 (0)