pi: specify anthropic for models

This commit is contained in:
2026-04-06 00:57:36 -04:00
parent f96e99ff4d
commit 4b73e237cb

View File

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