Skip to content

Commit 936300a

Browse files
committed
feat: add global region to VERTEX_REGIONS
1 parent b5e82df commit 936300a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/providers/vertex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ export const vertexModels = {
227227
} as const satisfies Record<string, ModelInfo>
228228

229229
export const VERTEX_REGIONS = [
230+
{ value: "global", label: "global" },
230231
{ value: "us-east5", label: "us-east5" },
231232
{ value: "us-central1", label: "us-central1" },
232233
{ value: "europe-west1", label: "europe-west1" },

0 commit comments

Comments
 (0)