David-Kunz / gen.nvim

Neovim plugin to generate text using LLMs with customizable prompts
The Unlicense
977 stars 62 forks source link

Feature Request: LM Studio Support #70

Closed fiveisgreen closed 3 months ago

fiveisgreen commented 4 months ago

It would be very nice to be able to use this with LM Studio, and other popular AI server platforms.

David-Kunz commented 4 months ago

Hi @fiveisgreen ,

I think it uses llama.cpp under the hood. This is already supported, you just need to modify the init function.

Best regards, David