pi: move completely to openrouter

This commit is contained in:
2026-05-09 13:25:46 -04:00
parent 33d8de0c82
commit d50760d638

View File

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