- If connection fails, ensure Ollama is running and CORS is open:
- OLLAMA_ORIGINS=* ollama serve
+ Leave Server URL empty to route through the app's
+ own server (works automatically with the Docker setup). For local
+ dev, set it to http://localhost:11434 and ensure CORS
+ is open: OLLAMA_ORIGINS=* ollama serve