You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ You can also authenticate using a fine-grained PAT with the "Copilot Requests" p
67
67
68
68
Launch `copilot` in a folder that contains code you want to work with.
69
69
70
-
By default, `copilot` utilizes Claude Sonnet 4. We also support GPT-5 via an environment variable. Run `COPILOT_MODEL=gpt-5 copilot` to launch in GPT-5 mode. Or on Windows, run `set COPILOT_MODEL=gpt-5` before running `copilot`.
70
+
By default, `copilot` utilizes Claude Sonnet 4.5. Run the `/model` slash command to choose from other available models, including Claude Sonnet 4 and GPT-5
71
71
72
72
Each time you submit a prompt to GitHub Copilot CLI, your monthly quota of premium requests is reduced by one. For information about premium requests, see [About premium requests](https://docs.github.com/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
0 commit comments