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/copilot/ai-powered-suggestions.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,11 +160,9 @@ To give you relevant inline suggestions, Copilot looks at the current and open f
160
160
161
161
You can temporarily enable or disable code completions either for all languages, or for specific languages only.
162
162
163
-
1.The GitHub Copilot status icon in the VS Code Status Bar indicates whether GitHub Copilot is enabled or disabled.
163
+
1.To enable or disable Copilot completions, select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
164
164
165
-

166
-
167
-
1. To enable or disable Copilot completions, first select the GitHub Copilot icon in the Status Bar.
1. If you are disabling GitHub Copilot, you are asked whether you want to disable suggestions globally, or for the language of the file you are currently editing.
170
168
@@ -173,6 +171,21 @@ You can temporarily enable or disable code completions either for all languages,
173
171
174
172

175
173
174
+
### Change the AI model
175
+
176
+
Different Large Language Models (LLMs) are trained on different types of data and might have different capabilities and strengths. With Copilot, you can change the language model that is used to generate completions. To change the current model:
177
+
178
+
1. Select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
> The list of available models might vary and change over time. If you are a Copilot Business or Enterprise user, you will also need your Administrator to enable certain models for your organization by opting in to `Editor Preview Features` in the [Copilot policy settings](https://docs.github.com/en/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization) on GitHub.com.
188
+
176
189
### Settings
177
190
178
191
*`setting(editor.inlineSuggest.enabled)` - enable or disable inline completions.
Copy file name to clipboardExpand all lines: docs/copilot/faq.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,7 @@ To switch to another GitHub account for using Copilot:
70
70
71
71
### How can I provide feedback on Copilot?
72
72
73
-
You can give feedback on Copilot inline suggestions and responses in the [GitHub Copilot Discussions](https://github.com/orgs/community/discussions/categories/copilot).
74
-
75
-
If you would like to provide feedback on the Copilot Chat features, you can create issues in the [vscode-copilot-release](https://github.com/microsoft/vscode-copilot-release/issues) repository.
73
+
If you would like to provide feedback on the Copilot features including inline suggestions and chat, you can create issues in the [vscode-copilot-release](https://github.com/microsoft/vscode-copilot-release/issues) repository.
76
74
77
75
It can be helpful to include information from the [GitHub Copilot logs](#view-logs-for-github-copilot-in-vs-code) if you're reporting an issue.
0 commit comments