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 #469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

added vertex #469

wants to merge 1 commit into from

Conversation

ssbaraar
Copy link

By adding Vertex AI credentials to your project, you're likely preparing to integrate Google's advanced machine learning capabilities into your application. This could involve:

Using pre-trained models
Training custom machine learning models
Deploying AI/ML models
Performing inference with Vertex AI services
However, I want to emphasize a critical security point: Even though you've added credentials.json to .gitignore, you should still be extremely careful with these credentials. Best practices include:

Never share these credentials publicly
Use environment-specific credential management
Rotate credentials periodically
Use the principle of least privilege when setting up service accounts

@dustinwloring1988 dustinwloring1988 added the model-provider This is a model provider addition label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model-provider This is a model provider addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants