From 01cdff67da2d71da8912f1377c70909dfb39e53c Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Mon, 19 Aug 2024 08:36:55 -0400 Subject: [PATCH] fix(readme): move section for Local LLM outside (#87) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6006ab8..f9ee81e 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,8 @@ vendors = { }, ``` + + ## Local LLM If you want to use local LLM that has a OpenAI-compatible server, set `["local"] = true`: @@ -346,7 +348,6 @@ openai = { You will be responsible for setting up the server yourself before using Neovim. - ## License