Skip to content

Commit 38b1a04

Browse files
committed
controllerbuilder: switch to new default model
1 parent 349e085 commit 38b1a04

File tree

1 file changed

+1
-1
lines changed
  • dev/tools/controllerbuilder/pkg/commands/exportcsv

1 file changed

+1
-1
lines changed

dev/tools/controllerbuilder/pkg/commands/exportcsv/prompt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func RunPrompt(ctx context.Context, o *PromptOptions) error {
165165

166166
model := os.Getenv("LLM_MODEL")
167167
if model == "" {
168-
model = "gemini-2.0-pro-exp-02-05"
168+
model = "gemini-2.5-pro-exp-03-25"
169169
}
170170
log.Info("using model", "model", model)
171171

0 commit comments

Comments
 (0)