chore(sync): mirror docs from openclaw/openclaw@8dc756747b
This commit is contained in:
parent
513c4aa74a
commit
8ca7f563d3
@ -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"
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user