Hi, whenever I run Ollama on any host address, I get:
netstat -nap | grep 1234
tcp6 0 0 :::8080 :::* LISTEN
I couldn’t get it to listen on tcp4.
Also, ollama’s python package does not support tcp6 yet ir seems.
I need this for a job task and it has been challenging.