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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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