Skip to content

Commit 1427075

Browse files
committed
set summarizer model
1 parent a9a139e commit 1427075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ func setProviderDefaults() {
353353
// Google Cloud VertexAI configuration
354354
if hasVertexAICredentials() {
355355
viper.SetDefault("agents.coder.model", models.VertexAIGemini25)
356+
viper.SetDefault("agents.summarizer.model", models.VertexAIGemini25)
356357
viper.SetDefault("agents.task.model", models.VertexAIGemini25Flash)
357358
viper.SetDefault("agents.title.model", models.VertexAIGemini25Flash)
358359
return

0 commit comments

Comments
 (0)