pi: update to claude opus 4.7
All checks were successful
Build / build (push) Successful in 4m19s

This commit is contained in:
2026-04-17 00:25:38 -04:00
parent 29e71fb127
commit 91aba32afb

View File

@@ -10,10 +10,10 @@ let
# librarian/explore/quick → smol/commit = haiku # librarian/explore/quick → smol/commit = haiku
ompSettings = { ompSettings = {
modelRoles = { modelRoles = {
default = "anthropic/claude-opus-4-6:high"; default = "anthropic/claude-opus-4-7:high";
smol = "anthropic/claude-haiku-4-5:low"; smol = "anthropic/claude-haiku-4-5:low";
slow = "anthropic/claude-opus-4-6:xhigh"; slow = "anthropic/claude-opus-4-7:xhigh";
plan = "anthropic/claude-opus-4-6:high"; plan = "anthropic/claude-opus-4-7:high";
commit = "anthropic/claude-haiku-4-5:low"; commit = "anthropic/claude-haiku-4-5:low";
}; };
}; };