llm.nvim icon indicating copy to clipboard operation
llm.nvim copied to clipboard

LLM powered development for Neovim

Results 37 llm.nvim issues
Sort by recently updated
recently updated
newest added

I'm trying to use the default configuration and run model from `Hugging Face` but nothing seems to start, there is no log, no commands available. Here is my configuration: `NVIM...

I've installed this plugin successfully using Lazy, and I'm trying to set it up using a locally hosted OpenAI-compatible API, hosted via LM Studio. This is the configuration I'm using:...

Hi, when I set invalid model for my endpoint then the endpoint responds with such message, but it can be any message: ``` {"object":"error","message":"The model `qwen2.5-coder-1.5B` does not exist.","type":"NotFoundError","param":null,"code":404} ```...

When I launch neovim, I get this error message: ```bash [LLM] Unsupported architecture or OS: x86_64 Windows_NT [LLM] failed to download llm-ls ``` It's the same for MinGW: ```bash [LLM]...

For those who only want normal-mode keymappings.

When the user does not specify a config section in their opts, then there is no default config to fall back to, and an error is thrown.

There is '[LLM] Unsupported architecture or OS' error in build_binary_name() for Linux aarch64. Tested on Ubuntu aarch64 VM