one morething for my ollama

last week when i was using my Qwen to analysis impl passdown, the server was refuse to answer with newest prompt updated

i was try exactly using CLI to command and questioning, he is answering smoothly you see:

but it was showing not connectable from another server in the same LAN when I open the frontend GUI, it is OpenWebUI Server, the problem is, server not shows default model that saved but ask for selecting model (no connection)

I tried Ping and Curl my AI server IP, it able to ping but refused to Curl, quite confusing

after check Apple Mac Studio manual book and link it to my first AI installation, then found it was left a issue when I first installation that I never config the Homebrew Ollama server’s listen address, which by default is localhost or 127.0.0.1, it means Ollama only allow local visiting.

based on that, i need to re-config the Ollama server’s /opt/homebrew/opt/ollama….plist, to add pre-fixed “0.0.0.0” which means listening all (can remove visit liaw!!)

Leave a Comment