nomnivore / ollama.nvim

A plugin for managing and integrating your ollama workflows in neovim.
MIT License
311 stars 22 forks source link

Connection error (Code 23) when running as a normal user. #26

Closed voronind-com closed 4 months ago

voronind-com commented 4 months ago

Hello there. This plugin works great when I run nvim as root, but when I try to prompt as a normal user I get Connection error (Code 23). I tested that localhost api is accessible by user with curl and actually returns the result.

NVIM 0.9.5

voronind-com commented 4 months ago

Nevermind, rebooting the system solved the issue.