Skip to content

Commit

Permalink
fix: resolve typo in genai sample (GoogleCloudPlatform#3591)
Browse files Browse the repository at this point in the history
* fix: resolve small bug (repeated image), and moving region tag

* fix: resolve typo
  • Loading branch information
pattishin committed Dec 14, 2023
1 parent d8df6e6 commit ebc7aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generative-ai/snippets/nonStreamingMultipartContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function createNonStreamingMultipartContent(

// For images, the SDK supports both Google Cloud Storage URI and base64 strings
const filePart = {
fileSata: {
fileData: {
fileUri: image,
mimeType: mimeType,
},
Expand Down

0 comments on commit ebc7aca

Please sign in to comment.