Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Surface ollama on a different port #7

Open
catdevman opened this issue Feb 18, 2024 · 1 comment
Open

Bug: Surface ollama on a different port #7

catdevman opened this issue Feb 18, 2024 · 1 comment

Comments

@catdevman
Copy link

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.

@jpmcb
Copy link
Owner

jpmcb commented Mar 16, 2024

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 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants