nvim-llama icon indicating copy to clipboard operation
nvim-llama copied to clipboard

Bug: Surface ollama on a different port

Open catdevman opened this issue 4 months ago • 1 comments

I had some troubles getting this plugin running because it is using port 11343 that port was already being used by my local copy of ollama service.

The error from docker of course wasn't very specific: Screenshot 2024-02-17 7 14 19 PM

My work around was using systemctl to stop ollama then boot up neovim and run the :Llama command. It would be nice to make the port configurable or at least ensure that the port isn't already in use.

catdevman avatar Feb 18 '24 00:02 catdevman