-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat: VertexAI keyFile, keyJson, and express/apiKey support #6526
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
Conversation
✅ Deploy Preview for continuedev canceled.
|
|
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.
cubic found 1 issue across 2 files. Review it in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai
to give specific feedback.
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.
@RomneyDa I really really really don't like that this is all inlined in the constructor, but gotta get this out. so can refactor later
Description
Adds support for additional authentication methods for VertexAI
env.keyFile
(YAML only)env.keyJson
(YAML only)apiKey
(JSON and YAML)Adds docs for the express mode case.
TODO add docs for
keyFile
andkeyJson
methodsSummary by cubic
Added support for VertexAI Express mode, allowing users to authenticate with an API key instead of Google Cloud credentials. Updated documentation with setup instructions and examples.