fix: harden workflow demo and evaluation tooling

This commit is contained in:
lda
2026-07-01 08:20:38 +07:00 Verified
parent 7bdfa3132d
commit 7e5f1c88da
29 changed files with 365 additions and 71 deletions
+1
View File
@@ -6,6 +6,7 @@ param(
[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")
# Disabled after repeated provider timeouts and resource-exhausted failures.
# [ModelProfile]::new("opencode/nemotron-3-ultra-free", "high")
)
)