Files
garandos/modules/home/zed/user-settings/agent.nix
GarandPLG 68ed6d035e 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.
2026-02-12 18:45:10 +01:00

11 lines
217 B
Nix

_: {
programs.zed-editor.userSettings.agent = {
always_allow_tool_actions = true;
default_profile = "ask";
default_model = {
provider = "Cerebras PAUG";
model = "gpt-oss-120b";
};
};
}