Skip to content

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

Merged
merged 9 commits into from
May 15, 2025

Conversation

EkeMinusYou
Copy link
Contributor

@EkeMinusYou EkeMinusYou commented May 9, 2025

Support VertexAI provider. fix: #116

@EkeMinusYou EkeMinusYou changed the title support: vertexai feat: support VertexAI May 9, 2025
@EkeMinusYou EkeMinusYou changed the title feat: support VertexAI feat: support VertexAI provider May 9, 2025
@EkeMinusYou EkeMinusYou force-pushed the feat-vertexai branch 2 times, most recently from 098cffe to 3a8f497 Compare May 9, 2025 17:27
fix

fix

set default for vertexai

added comment

fix

fix
@EkeMinusYou EkeMinusYou marked this pull request as ready for review May 11, 2025 15:58
restore commentout

// Google Cloud VertexAI configuration
if hasVertexAICredentials() {
viper.SetDefault("agents.coder.model", models.VertexAIGemini25)
Copy link
Collaborator

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

Copy link
Contributor Author

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @EkeMinusYou

@kujtimiihoxha kujtimiihoxha merged commit a9fa918 into opencode-ai:main May 15, 2025
@EkeMinusYou EkeMinusYou deleted the feat-vertexai branch May 16, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VertexAI provider
2 participants