feat: set default model

This commit is contained in:
Jet 2026-04-15 19:19:22 -07:00
parent 3ba6320171
commit 4202551bb9
No known key found for this signature in database

View file

@ -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";
};