Skip to content

Commit 4df77fd

Browse files
committed
fix: move orchestrator to openai/gpt-5.1 + gpt-5-mini
1 parent 1572683 commit 4df77fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents/orchestrator/openclaw.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"agents": {
1313
"defaults": {
1414
"model": {
15-
"primary": "anthropic/claude-sonnet-4",
16-
"fallbacks": ["openai/gpt-5"]
15+
"primary": "openai/gpt-5.1",
16+
"fallbacks": ["openai/gpt-5-mini"]
1717
}
1818
}
1919
},

0 commit comments

Comments
 (0)