chore(sync): mirror docs from openclaw/openclaw@8dc756747b

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-20 13:20:13 +00:00
parent 513c4aa74a
commit 8ca7f563d3
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "46ae3d314a6e84e0f28a00617414adeba69ac564",
"syncedAt": "2026-04-20T12:56:44.560Z"
"sha": "8dc756747b6f4d14e51ef741db5b47db4b080452",
"syncedAt": "2026-04-20T13:20:13.171Z"
}

View File

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