feat: use gpt-5.4-mini-fast for opencode background tasks

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

View file

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