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.
11 lines
217 B
Nix
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";
|
|
};
|
|
};
|
|
}
|