Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyaasharma committed Jun 17, 2024
1 parent 51dcc12 commit 1f3209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/models/chat/integration_googlevertexai-wsa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const calculatorSchema = z.object({

const model = new ChatVertexAI({
temperature: 0.7,
model: "ggemini-pro-vision",
model: "gemini-pro-vision",
}).withStructuredOutput(calculatorSchema);

const response = await model.invoke("What is 1628253239 times 81623836?");
Expand Down

0 comments on commit 1f3209a

Please sign in to comment.