Skip to content

Commit 4cab5fd

Browse files
yyyu-googlecopybara-github
authored andcommitted
fix: SDK should be released to 1.0.0
Release-As: 1.0.0 PiperOrigin-RevId: 618951226
1 parent 7b1d6fe commit 4cab5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const visionModel = 'gemini-1.0-pro-vision';
4848

4949
const vertexAI = new VertexAI({project: project, location: location});
5050

51-
// Instantiate models
51+
// Instantiate Gemini models
5252
const generativeModel = vertexAI.getGenerativeModel({
5353
model: textModel,
5454
// The following parameters are optional

0 commit comments

Comments
 (0)