Fix GitHub Copilot model enablement instructions (VS Code, not web)

This commit is contained in:
Mario Zechner 2025-12-15 19:18:07 +01:00
parent c151f2d287
commit 16c8861842
2 changed files with 6 additions and 3 deletions

View file

@ -1096,7 +1096,7 @@ const response = await complete(model, {
**Note**: The OAuth token expires and needs periodic refresh. The coding agent handles this automatically. For standalone usage, you would need to implement token refresh using the refresh token stored alongside the access token.
Some GitHub Copilot models require explicit enablement in your GitHub settings before use. If you get "The requested model is not supported" error, enable the model at: https://github.com/settings/copilot/features
Some GitHub Copilot models require explicit enablement before use. If you get "The requested model is not supported" error, enable the model in VS Code: open Copilot Chat, click the model selector, select the model (marked with a warning icon), and click "Enable" to accept the terms.
## License

View file

@ -134,9 +134,12 @@ pi
During login, you'll be prompted for an enterprise domain. Press Enter to use github.com, or enter your GitHub Enterprise Server domain (e.g., `github.mycompany.com`).
Some models require explicit enablement before use. If you get "The requested model is not supported" error, enable the model at:
Some models require explicit enablement before use. If you get "The requested model is not supported" error:
**https://github.com/settings/copilot/features**
1. Open VS Code with GitHub Copilot Chat extension
2. Open the Copilot Chat panel and click the model selector
3. Select the model (marked with a warning icon)
4. Click "Enable" to accept the terms
For enterprise users, check with your organization's Copilot administrator for model availability and policies.