Comment by ethan_smith

4 days ago

You can work around this by using SSH port forwarding (ssh -L 11434:localhost:11434 user@remote) to connect to a remote Ollama instance, though native support would definitely be better.

Wait, it already connects over the network, it just doesn't let you specify the hostname? That's really surprising to me.