feat: set default model
This commit is contained in:
parent
3ba6320171
commit
4202551bb9
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -862,6 +862,10 @@ in
|
|||
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
|
||||
"$schema" = "https://opencode.ai/config.json";
|
||||
autoupdate = false;
|
||||
model = "openai/gpt-5.4-fast";
|
||||
provider.openai.models."gpt-5.4-fast".options = {
|
||||
reasoningEffort = "xhigh";
|
||||
};
|
||||
share = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue