mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 16:01:05 +00:00
Fix GitHub Copilot model enablement instructions (VS Code, not web)
This commit is contained in:
parent
c151f2d287
commit
16c8861842
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue