chore: tune challenge matrix and debug prompts

This commit is contained in:
lda
2026-06-29 19:25:35 +07:00 Verified
parent 5f520d74bd
commit e0315f295c
10 changed files with 27 additions and 18 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ param(
[int]$TimeoutSeconds = 3600,
[object[]]$models = @( # object[] because ModelProfile is not known yet
[ModelProfile]::new("opencode/deepseek-v4-flash-free", "max"),
[ModelProfile]::new("opencode/mimo-v2.5-free", "high"),
[ModelProfile]::new("opencode/nemotron-3-ultra-free", "high")
[ModelProfile]::new("opencode/mimo-v2.5-free", "high")
# [ModelProfile]::new("opencode/nemotron-3-ultra-free", "high")
)
)