Add Cerebras PAUG provider and split models

Update default model provider to “Cerebras PAUG”. Reorganize the
Cerebras language‑model configuration into two groups – “Cerebras FREE”
and “Cerebras PAUG” – each with its own model list and adjusted token
limits.
This commit is contained in:
2026-02-12 18:45:10 +01:00
parent c41e664a6b
commit 68ed6d035e
2 changed files with 156 additions and 41 deletions

View File

@@ -3,7 +3,7 @@ _: {
always_allow_tool_actions = true;
default_profile = "ask";
default_model = {
provider = "Cerebras";
provider = "Cerebras PAUG";
model = "gpt-oss-120b";
};
};