You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: