Skip to content

Commit 695f7ce

Browse files
stainless-emRobertCraigie
authored andcommitted
revert example model change
1 parent 2b855a4 commit 695f7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertex-sdk/examples/vertex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function main() {
1414
content: 'Hello!',
1515
},
1616
],
17-
model: 'claude-3-7-sonnet@20250219',
17+
model: 'claude-3-5-sonnet-v2@20241022',
1818
max_tokens: 300,
1919
});
2020
console.log(JSON.stringify(result, null, 2));

0 commit comments

Comments
 (0)