We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a139e commit 1427075Copy full SHA for 1427075
internal/config/config.go
@@ -353,6 +353,7 @@ func setProviderDefaults() {
353
// Google Cloud VertexAI configuration
354
if hasVertexAICredentials() {
355
viper.SetDefault("agents.coder.model", models.VertexAIGemini25)
356
+ viper.SetDefault("agents.summarizer.model", models.VertexAIGemini25)
357
viper.SetDefault("agents.task.model", models.VertexAIGemini25Flash)
358
viper.SetDefault("agents.title.model", models.VertexAIGemini25Flash)
359
return
0 commit comments