Skip to content

Commit 2436403

Browse files
authored
fix grammar on locally hosted models section (#9813)
1 parent 2d46c2d commit 2436403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/copilot/customization/language-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ You can use locally hosted models in chat by using [bring your own model key](#b
326326
Currently, you cannot connect to a local model for inline suggestions. VS Code provides an extension API [`InlineCompletionItemProvider`](/api/references/vscode-api.md#InlineCompletionItemProvider) that enables extensions to contribute a custom completion provider. You can get started with our [Inline Completions sample](https://github.com/microsoft/vscode-extension-samples/blob/main/inline-completions).
327327

328328
> [!NOTE]
329-
> Currently, using a locally hosted models still requires the Copilot service for some tasks. Therefore, your GitHub account needs to have access to a Copilot plan (for example, Copilot Free) and you need to be online. This requirement might change in a future release.
329+
> Currently, using a locally hosted model still requires the Copilot service for some tasks. Therefore, your GitHub account needs to have access to a Copilot plan (for example, Copilot Free) and you need to be online. This requirement might change in a future release.
330330

331331
### Can I use a local model without an internet connection?
332332

0 commit comments

Comments
 (0)