From fb1608c8ff62086b8306f51541ea974250d0c1d0 Mon Sep 17 00:00:00 2001 From: Josh Palmer Date: Sat, 10 Jan 2026 23:43:14 +0100 Subject: [PATCH] set anthropic primary with openai fallback --- nix/hosts/clawdinator-1-common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/hosts/clawdinator-1-common.nix b/nix/hosts/clawdinator-1-common.nix index 3e555e6..96f861f 100644 --- a/nix/hosts/clawdinator-1-common.nix +++ b/nix/hosts/clawdinator-1-common.nix @@ -79,12 +79,12 @@ in maxConcurrent = 4; skipBootstrap = true; models = { - "openai/gpt-5-codex" = { alias = "Codex"; }; "anthropic/claude-opus-4-5" = { alias = "Opus"; }; + "openai/gpt-5-codex" = { alias = "Codex"; }; }; model = { - primary = "openai/gpt-5-codex"; - fallbacks = [ "anthropic/claude-opus-4-5" ]; + primary = "anthropic/claude-opus-4-5"; + fallbacks = [ "openai/gpt-5-codex" ]; }; }; agents.list = [