-
Notifications
You must be signed in to change notification settings - Fork 261
feat: support VertexAI provider #153
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
098cffe
to
3a8f497
Compare
fix fix set default for vertexai added comment fix fix
bbe710c
to
9626aff
Compare
restore commentout
f7dfdcd
to
cf94b3d
Compare
|
||
// Google Cloud VertexAI configuration | ||
if hasVertexAICredentials() { | ||
viper.SetDefault("agents.coder.model", models.VertexAIGemini25) |
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.
There is a new summarizer model added in main, can you add that here too
viper.SetDefault("agents.summarizer.model", models.Gemini25)
Thanks for the PR
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.
OK! I added it. 1427075
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.
thanks @EkeMinusYou
Support VertexAI provider. fix: #116