config: use gpt-5.2-codex as openai fallback
This commit is contained in:
parent
6a8b189421
commit
3f04ee8675
@ -90,7 +90,7 @@ in
|
||||
};
|
||||
model = {
|
||||
primary = "anthropic/claude-opus-4-5";
|
||||
fallbacks = [ "openai/gpt-5-codex" ];
|
||||
fallbacks = [ "openai/gpt-5.2-codex" ];
|
||||
};
|
||||
};
|
||||
agents.list = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user