We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daceabc commit 69bad83Copy full SHA for 69bad83
2 files changed
cmd/main.go
@@ -126,7 +126,7 @@ var defaultConfigPaths = []string{
126
127
func (o *Options) InitDefaults() {
128
o.ProviderID = "gemini"
129
- o.ModelID = "gemini-2.5-pro-preview-06-05"
+ o.ModelID = "gemini-2.5-pro"
130
// by default, confirm before executing kubectl commands that modify resources in the cluster.
131
o.SkipPermissions = false
132
o.MCPServer = false
k8s-bench/main.go
@@ -219,7 +219,7 @@ func runEvals(ctx context.Context) error {
219
config.KubeConfig = expandedKubeconfig
220
221
defaultModels := map[string][]string{
222
- "gemini": {"gemini-2.5-pro-preview-06-05"},
+ "gemini": {"gemini-2.5-pro"},
223
}
224
225
models := defaultModels
0 commit comments