○ Checking Ollama…

Pick a model — all support images and file uploads:

Settings

How to run Ollama for multiple users
# Windows — run in Command Prompt
set OLLAMA_ORIGINS=*
set OLLAMA_HOST=0.0.0.0:11434
ollama serve

# Mac / Linux
OLLAMA_ORIGINS=* OLLAMA_HOST=0.0.0.0:11434 ollama serve

# Then point the URL above to your machine's LAN IP:
# e.g. http://192.168.1.42:11434