-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add OpenAI Gemini Example for VertexAI Notebook #3290
Conversation
@luxzoli The docs/check(pull_request) is failing, Please can you check this? |
@luxzoli for the Service Account, instead of the basic role(editor role), can we look at changing it to predefined roles? We can work on this together |
Good point, and thanks a lot for the support! The roles/aiplatform.user should actually have all the rights which we need for VertexAI. Of course, for things like impersonation additional permissons are needed, but I guess that is out of scope here |
This should be fixed now :) |
Now the Vertex AI User role is used instead |
* add openai-gemini example * fix exec numbering * improve isntructions * fix br tag * mention roles/aiplatform.user and fix markdown reference * remove mentioning the editor role, and only use the Vertex AI User role --------- Co-authored-by: Chi Wang <[email protected]>
Why are these changes needed?
gcloud
for environments outside of Google Cloud ShellRelated issue number
Checks