I finally took the plunge and bought a Minisforum AI X1 Pro. I installed Ollama and then the LLM llama3. I enabled remote connections in Ollama and can run this command from PowerShell on my desktop PC where I’m running Home Assistant and OpenCode. Here’s a partial listing:
PS C:\Users\zbern> curl http://AI-PC:11434/api/tags
StatusCode : 200
StatusDescription : OK
Content : {"models":[{"name":"llama3:latest","model":"llama3:latest","modified_at":"2026-08-12T19:48:54.31810
55-04:00","size":4661224676,"digest":"365c0bd3c000a25d28ddbf732fe1c6add414de7275464c4e4d1c3b5fcb5d8
ad...
RawContent : HTTP/1.1 200 OK
How then can I connect to Ollama/Qwen3 on my mini-pc from OpenCode on my Home Assistant Yellow?
-Thanks