diff --git a/docs/providers/github-copilot.md b/docs/providers/github-copilot.md index bc8656a7654..cdf7be956be 100644 --- a/docs/providers/github-copilot.md +++ b/docs/providers/github-copilot.md @@ -31,14 +31,16 @@ provider in two different ways. ```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" } }, + }, } ```