fix(readme): move section for Local LLM outside (#87)

This commit is contained in:
Aaron Pham
2024-08-19 08:36:55 -04:00
committed by GitHub
parent 02eb39ae48
commit 01cdff67da

View File

@@ -330,6 +330,8 @@ vendors = {
},
```
</details>
## 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.
</details>
## License