ggml-org / llama.vim

Vim plugin for LLM-assisted code/text completion
85 stars 4 forks source link

Pair/Mob Programming Mode #4

Open moresearch opened 2 weeks ago

moresearch commented 2 weeks ago

I admire your contributions @ggerganov and hopefully this project will be a hit as well.

What about a Pair/Mob programming mode, where LLM agent takes over as the driver?

ggerganov commented 2 weeks ago

Haven't thought about this much as I don't use this type of functionality yet. And maybe it would be too much logic for the scope of this project. But we'll see.

For now I'd like to focus on improving the FIM completion, maybe with smarter chunk selection rules and/or better sampling.