llm-ls/README.md

14 lines
388 B
Markdown
Raw Normal View History

2023-08-24 11:46:26 -04:00
# llm-ls
2023-08-10 16:46:10 -04:00
> [!IMPORTANT]
2023-08-24 11:46:26 -04:00
> This is currently a work in progress, expect things to be broken!
2023-08-10 16:46:10 -04:00
2023-08-24 11:46:26 -04:00
**llm-ls** is a LSP server leveraging LLMs for code completion (and more?).
2023-08-10 16:46:10 -04:00
2023-08-24 11:46:26 -04:00
## Compatible extensions
2023-08-10 16:46:10 -04:00
2023-08-24 11:46:26 -04:00
- [x] [llm.nvim](https://github.com/huggingface/llm.nvim)
- [x] [llm-vscode](https://github.com/huggingface/llm-vscode)
2023-08-24 11:46:26 -04:00
- [ ] [jupytercoder](https://github.com/bigcode-project/jupytercoder)
2023-08-10 16:46:10 -04:00