mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 21:46:53 +00:00
fix: use gpt-5-nano in tests (#444) (thanks @grp06)
This commit is contained in:
@@ -57,7 +57,7 @@ describe("resolveAgentConfig", () => {
|
||||
defaults: {
|
||||
model: {
|
||||
primary: "anthropic/claude-sonnet-4",
|
||||
fallbacks: ["openai/gpt-4.1"],
|
||||
fallbacks: ["openai/gpt-5-nano"],
|
||||
},
|
||||
},
|
||||
list: [
|
||||
|
||||
Reference in New Issue
Block a user