Troubleshooting (Windows)
1. Start Ollama with CORS enabled:
set OLLAMA_ORIGINS=* && ollama serve
2. Or set environment variable permanently:
setx OLLAMA_ORIGINS "*"
3. Verify Ollama is running:
curl http://localhost:11434/api/tags
4. Pull a model manually:
ollama pull gemma3:1b