set anthropic primary with openai fallback
This commit is contained in:
parent
68eb171c87
commit
fb1608c8ff
@ -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 = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user