-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: generativeaionvertexai_gemini_translate #3887
Conversation
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
c451af1
to
e74d4b3
Compare
e7b882e
to
752f96b
Compare
752f96b
to
09f824d
Compare
@@ -37,6 +37,6 @@ describe('Generative AI Stream MultiModal with Image', () => { | |||
`node ./sendMultiModalPromptWithImage.js ${projectId} ${location} ${model}` | |||
); | |||
// Ensure that the conversation is what we expect for these images | |||
assert(output.match(/city: Rio de Janeiro, Landmark: Christ the Redeemer/)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b16237c
to
96b5ddf
Compare
96b5ddf
to
1bddd44
Compare
1bddd44
to
d0a8119
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gryczj Thank you so much for the changes! Very nice! :)
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
npm test
(see Testing)npm run lint
(see Style)GoogleCloudPlatform/nodejs-docs-samples
. Not a fork.