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 1 year 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

Gotcha: I'll add a config to make the port configurable 👍🏼

Probably also would be good to just bypass running the docker container if there's an ollama server already running 👀

jpmcb avatar Mar 16 '24 16:03 jpmcb