Skip to content

Commit e133a1e

Browse files
chore: adjusted examples to use gemini-1.5-pro since gemini-1.0-pro was deprecated
1 parent 603bb54 commit e133a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/src/vertex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const vertexAdapter = new KurtVertexAI({
88
project: process.env.VERTEX_AI_PROJECT ?? "my-project",
99
location: process.env.VERTEX_AI_LOCATION ?? "us-central1",
1010
}),
11-
model: "gemini-1.0-pro", // or any other supported model
11+
model: "gemini-1.5-pro", // or any other supported model
1212
})
1313

1414
const kurt = new Kurt(vertexAdapter)

0 commit comments

Comments
 (0)