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: docs/ide/copilot-usage-and-models.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,32 +19,34 @@ GitHub Copilot includes built-in tools to help you track usage, manage your plan
19
19
To track your Copilot usage:
20
20
21
21
1. Select the **Copilot badge** in the top-right corner of Visual Studio.
22
-
2. Select **Copilot Consumptions**.
22
+
1. Select **Copilot Consumptions** from the menu to view the dialog.
23
23
24
24
:::image type="content" source="media/vs-2022/copilot-usage-models/copilot-consumptions-panel.png" alt-text="Screenshot that shows Copilot Consumptions panel." lightbox="media/vs-2022/copilot-usage-models/copilot-consumptions-panel.png":::
25
25
26
-
Here, you can view your usage and the number of remaining requests. You can also select **Get more requests** to manage your Copilot plan on *GitHub*.
26
+
Here, you can view your usage and the number of remaining requests. You can also select **Get more requests** to manage your Copilot plan on *GitHub*.
27
27
28
28
> [!NOTE]
29
-
> GitHub manages billing and subscriptions. For more information, go to[GitHub.com](https://github.com/)
29
+
> GitHub manages billing and subscriptions. For details, visit your[GitHub settings](https://github.com/settings/billing/summary).
30
30
31
31
## Understand model selection
32
32
33
-
Copilot supports multiple AI models, and each model may consume requests at different rates based on assigned multipliers.
33
+
Copilot supports multiple AI models, and each model may consume requests at different rates based on assigned [multipliers](https://docs.github.com/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests#model-multipliers).
34
34
35
35
To view or change your current model:
36
+
36
37
1. Open the **Copilot Chat** window.
37
-
2. Use the **model picker** dropdown above the input field to select a model.
38
+
1. Use the **model picker** dropdown above the input field to select a model.
38
39
39
-
When your [premium request quota](https://docs.github.com/en/copilot/about-github-copilot/plans-for-github-copilot#comparing-copilot-plans) is exhausted, Copilot automatically falls back to a base model so you can continue working without interruption.
40
+
When your [premium request quota](https://docs.github.com/copilot/about-github-copilot/plans-for-github-copilot#comparing-copilot-plans) is exhausted, Copilot automatically falls back to a base model so you can continue working without interruption.
40
41
41
42
To manage model usage in non-chat interactions, configure the setting **Enhance non-chat requests with premium models** in **GitHub** > **Copilot** > **Editor**.
42
43
43
44
> [!TIP]
44
-
> Visit your [Copilot settings on GitHub](https://docs.github.com/en/copilot/managing-copilot/monitoring-usage-and-entitlements/monitoring-your-copilot-usage-and-entitlements) to explore model options and subscription details.
45
+
> Visit your [Copilot settings on GitHub](https://github.com/settings/copilot/features) to explore model options and subscription details.
Copy file name to clipboardExpand all lines: docs/ide/index.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
### YamlMime:Landing
2
2
3
3
title: Visual Studio IDE documentation
4
-
summary: An integrated development environment (IDE) is a feature-rich application that can be used for many aspects of software development. The Visual Studio IDE makes it easy to edit, debug, build, and publish your app.
4
+
summary: An integrated development environment (IDE) is a feature-rich application that can be used for many aspects of software development. The Visual Studio IDE makes it easy to edit, debug, build, and publish all your development projects.
0 commit comments