We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb171 commit fb1608cCopy full SHA for fb1608c
nix/hosts/clawdinator-1-common.nix
@@ -79,12 +79,12 @@ in
79
maxConcurrent = 4;
80
skipBootstrap = true;
81
models = {
82
- "openai/gpt-5-codex" = { alias = "Codex"; };
83
"anthropic/claude-opus-4-5" = { alias = "Opus"; };
+ "openai/gpt-5-codex" = { alias = "Codex"; };
84
};
85
model = {
86
- primary = "openai/gpt-5-codex";
87
- fallbacks = [ "anthropic/claude-opus-4-5" ];
+ primary = "anthropic/claude-opus-4-5";
+ fallbacks = [ "openai/gpt-5-codex" ];
88
89
90
agents.list = [
0 commit comments