Skip to content

Commit be61214

Browse files
committed
fix: lint errors
1 parent 82258c0 commit be61214

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

generative-ai/snippets/nonStreamingContent.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ const {VertexAI} = require('@google-cloud/vertexai');
2121
async function createNonStreamingContent(
2222
projectId = 'PROJECT_ID',
2323
location = 'us-central1',
24-
model = 'gemini-pro',
24+
model = 'gemini-pro'
2525
) {
26-
2726
// Initialize Vertex with your Cloud project and location
2827
const vertexAI = new VertexAI({project: projectId, location: location});
2928

generative-ai/snippets/nonStreamingMultipartContent.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ async function createNonStreamingMultipartContent(
2525
image = 'gs://generativeai-downloads/images/scones.jpg',
2626
mimeType = 'image/jpeg'
2727
) {
28-
2928
// Initialize Vertex with your Cloud project and location
3029
const vertexAI = new VertexAI({project: projectId, location: location});
3130

0 commit comments

Comments
 (0)