Skip to content
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

Added vertex #2578

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added vertex #2578

wants to merge 3 commits into from

Conversation

Stono
Copy link

@Stono Stono commented Nov 3, 2024

Pull Request Type

  • ✨ feat
  • πŸ› fix
  • ♻️ refactor
  • πŸ’„ style
  • πŸ”¨ chore
  • πŸ“ docs

Relevant Issues

resolves #2575

What is in this change?

This adds support for Vertex, which allows enterprises to run gemini on vertex.

This is better because:

  • It suppose service accounts, transparent auth with application default credentials
  • Better privacy, the results aren't used to train the model
  • Allows you to specify the region, which is important for those who want to keep their data within certain localities

Additional Information

None

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Application Default Credentials on Gemini
2 participants