chore(sync): mirror docs from openclaw/openclaw@fb7bfb411c

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-21 19:00:56 +00:00
parent 212a7e1723
commit f9de7a7c4e
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "11efbf5a2eb238c5e313f37443a1bd0f1f729714",
"syncedAt": "2026-04-21T19:00:07.038Z"
"sha": "fb7bfb411cdb2b6b094fc47317d63a33c3e31da9",
"syncedAt": "2026-04-21T19:00:55.486Z"
}

View File

@ -31,7 +31,7 @@ provider in two different ways.
</Step>
<Step title="Set a default model">
```bash
openclaw models set github-copilot/claude-opus-4.6
openclaw models set github-copilot/claude-opus-4.7
```
Or in config:
@ -39,7 +39,7 @@ provider in two different ways.
```json5
{
agents: {
defaults: { model: { primary: "github-copilot/claude-opus-4.6" } },
defaults: { model: { primary: "github-copilot/claude-opus-4.7" } },
},
}
```