We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603bb54 commit e133a1eCopy full SHA for e133a1e
examples/basic/src/vertex.ts
@@ -8,7 +8,7 @@ const vertexAdapter = new KurtVertexAI({
8
project: process.env.VERTEX_AI_PROJECT ?? "my-project",
9
location: process.env.VERTEX_AI_LOCATION ?? "us-central1",
10
}),
11
- model: "gemini-1.0-pro", // or any other supported model
+ model: "gemini-1.5-pro", // or any other supported model
12
})
13
14
const kurt = new Kurt(vertexAdapter)
0 commit comments