top | item 42818031

(no title)

baketnk | 1 year ago

Avante is much more active and polished at this point, but there's alternatives:

https://github.com/baketnk/l.nvim (self-shill, docs overhaul needed)

which was inspired by the original:

https://github.com/yacineMTB/dingllm.nvim

Also brand new from ggerganov: https://github.com/ggml-org/llama.vim

dingllm is very straightforward, you submit your entire selection/buffer and it streams out to the current position. mine is a bit more complex with configurations, context management and so on.

The thing I always tell people is just roll your own. The docs are there, the LLM is there, use them. At the end of the day it's just an http call against text from your buffer to put text in a buffer.

discuss

order

tomr75|1 year ago

also RAG implementation, and the apply code feature of cursor..