docs: update GitHub Copilot default model

This commit is contained in:
Peter Steinberger
2026-04-20 14:19:11 +01:00
parent 1ea02d231d
commit 8dc756747b

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>