error
Check if Ollama is running locally with the correct host address.
If not, allow this website to access using environment variable:
Windows: $env:OLLAMA_ORIGINS="https://ollama-x.web.app"
Mac: launchctl setenv OLLAMA_ORIGINS="https://ollama-x.web.app"
Linux: export OLLAMA_ORIGINS="https://ollama-x.web.app"
and then run ollama serve
see Ollama docs.