From a627b80586d9a8d01a8eefe72afaa39a3461de1b Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 17 Oct 2023 11:13:01 -0700 Subject: [PATCH] docs: fix title for repository context blog --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2023-10-16-repository-context-for-code-completion/index.md b/website/blog/2023-10-16-repository-context-for-code-completion/index.md index d60d63d..7d41cb5 100644 --- a/website/blog/2023-10-16-repository-context-for-code-completion/index.md +++ b/website/blog/2023-10-16-repository-context-for-code-completion/index.md @@ -5,7 +5,7 @@ tags: [tech design, repository context] image: ./whiteboard.jpg --- -# Repository Context for Code Completion +# Repository Context for LLM assisted Code Completion
@@ -161,4 +161,4 @@ To use this repository context feature: 1. Installing [tabby](/docs/installation/). 2. Navigate to the [Configuration](/docs/configuration#repository-context-for-code-completion) page and set up your `~/.tabby/config.toml` -3. Finally, run `tabby scheduler` to build an index and unlock the full potential of this innovative feature! 🛠️ \ No newline at end of file +3. Finally, run `tabby scheduler` to build an index and unlock the full potential of this innovative feature! 🛠️