feat: use gpt-5.4-mini-fast for opencode background tasks
This commit is contained in:
parent
4202551bb9
commit
a298446129
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -863,6 +863,7 @@ in
|
||||||
"$schema" = "https://opencode.ai/config.json";
|
"$schema" = "https://opencode.ai/config.json";
|
||||||
autoupdate = false;
|
autoupdate = false;
|
||||||
model = "openai/gpt-5.4-fast";
|
model = "openai/gpt-5.4-fast";
|
||||||
|
small_model = "openai/gpt-5.4-mini-fast";
|
||||||
provider.openai.models."gpt-5.4-fast".options = {
|
provider.openai.models."gpt-5.4-fast".options = {
|
||||||
reasoningEffort = "xhigh";
|
reasoningEffort = "xhigh";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue