Jeffser / Alpaca

🦙 An Ollama client made with GTK4 and Adwaita
https://jeffser.com/alpaca
GNU General Public License v3.0
459 stars 45 forks source link

Not able to connect to local ollama server #385

Open Hyphaed opened 3 days ago

Hyphaed commented 3 days ago

Have you deleted the option to connect alpaca to local Ollama server?

I do not see the option anymore inside Preferences

liel-almog commented 3 days ago

I didn’t find it either. I downloaded Ollama locally and wanted to connect to it

Voronsky commented 2 days ago

Hey there, so I actually came across this tool recently but I was able to connect to my already existing local ollama server.

If you go to the "Preferences" window, you should see "Use Remote Connection to Ollama." When you toggle that to enable it, you should be prompted to pass in the connection information to connect to your ollama instance or wherever it exists.

In my case, I have Ollama installed locally on my computer, and its API is listening on "localhost." Therefore, here is what I put in, and I can use it locally.

The "localhost" documentation can be found in Ollama's readmes

image

Hopefully, this will help you connect the tool to your local instance.

Jeffser commented 2 days ago

Yeah in previous versions there was an entry widget to input the ip address directly from the preferences menu, that's now done through that new dialog, just switch on 'Use Remote Connection to Ollama'

liel-almog commented 2 days ago

Thanks, it works You should note that somewhere.