From 88fe54ea022d895775be29b424f887948706d2fd Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:58:46 -0300 Subject: [PATCH] docs: Add link to Zeta's Hugging Face profile (#24915) Release Notes: - N/A --- docs/src/completions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/completions.md b/docs/src/completions.md index 0e3641b70a..a0830c566f 100644 --- a/docs/src/completions.md +++ b/docs/src/completions.md @@ -22,7 +22,7 @@ For more information, see: ## Edit Predictions {#edit-predictions} -Zed has built-in support for predicting multiple edits at a time via its Zeta model. Clicking "Introducing: Edit Prediction" on the top right will open a brief prompt setting up this feature. +Zed has built-in support for predicting multiple edits at a time via its [Zeta model](https://huggingface.co/zed-industries/zeta). Clicking "Introducing: Edit Prediction" on the top right will open a brief prompt setting up this feature. Edit predictions appear as you type, and you can accept them by pressing `tab`. The `tab` key is already used for accepting language server completions and for indenting. In these cases, `alt-tab` is used instead to accept the prediction. When the completions menu is open, holding `alt` will cause it to temporarily disappear in order to view the prediction within the buffer.