Skip to content

Commit c024a74

Browse files
minsa110ntrogh
andauthored
add docs on changing completions model (#8036)
* add docs on changing completions model * remove additional feedback link --------- Co-authored-by: Nick Trogh <[email protected]>
1 parent 59d54f2 commit c024a74

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*.jpg filter=lfs diff=lfs merge=lfs -text
55
*.png filter=lfs diff=lfs merge=lfs -text
66
*.md diff=markdown
7-
87
# Fine-tune GitHub's language detection
98
docs/** -linguist-documentation
109
*.md linguist-detectable
10+
/workspaces/vscode-docs/docs/copilot/images/overview/configure-completions.png filter=lfs diff=lfs merge=lfs -text
11+
/workspaces/vscode-docs/docs/copilot/images/overview/change-completions-model.png filter=lfs diff=lfs merge=lfs -text

docs/copilot/ai-powered-suggestions.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,9 @@ To give you relevant inline suggestions, Copilot looks at the current and open f
160160

161161
You can temporarily enable or disable code completions either for all languages, or for specific languages only.
162162

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.
164164

165-
![Screenshot showing the VS Code status bar, highlighting the Copilot icon that indicates Copilot is active.](./images/inline-suggestions/vscode-status-bar-copilot-active.jpg)
166-
167-
1. To enable or disable Copilot completions, first select the GitHub Copilot icon in the Status Bar.
165+
![Screenshot showing Copilot menu, highlighting Configure Code Completions.](./images/overview/configure-completions.png)
168166

169167
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.
170168

@@ -173,6 +171,21 @@ You can temporarily enable or disable code completions either for all languages,
173171

174172
![Screenshot showing the VS Code command menu for Copilot, highlighting the options to disable completions.](./images/inline-suggestions/copilot-disable-completions.png)
175173

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.
179+
180+
![Screenshot showing Copilot menu, highlighting Configure Code Completions.](./images/overview/configure-completions.png)
181+
182+
1. Select **Change Completions Model...** from the Configure Copilot Completions menu.
183+
184+
![Screenshot showing Copilot Completions menu, highlighting option to change completions model](./images/overview/change-completions-model.png)
185+
186+
> [!NOTE]
187+
> 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+
176189
### Settings
177190

178191
* `setting(editor.inlineSuggest.enabled)` - enable or disable inline completions.

docs/copilot/faq.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ To switch to another GitHub account for using Copilot:
7070

7171
### How can I provide feedback on Copilot?
7272

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.
7674

7775
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.
7876

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)