mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 17:00:22 +00:00
test(models): refresh example model fixtures
This commit is contained in:
@@ -69,7 +69,7 @@ function withRuntimeDefaults(resolved: OpenClawConfig): OpenClawConfig {
|
||||
agents: {
|
||||
...resolved.agents,
|
||||
defaults: {
|
||||
model: "gpt-5.2",
|
||||
model: "gpt-5.4",
|
||||
} as never,
|
||||
} as never,
|
||||
};
|
||||
@@ -169,7 +169,7 @@ describe("config cli", () => {
|
||||
...resolved,
|
||||
agents: {
|
||||
defaults: {
|
||||
model: "gpt-5.2",
|
||||
model: "gpt-5.4",
|
||||
contextWindow: 128_000,
|
||||
maxTokens: 16_000,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user