(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version:**
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**
- **Operating system:**
Are you using the correct base url for your ollama instance? Don’t forget that localhost will be local to the container not your host so if you are running n8n in docker as well the chances are your URL wouldn’t be http://localhost:11434 and could instead be http://172.17.0.1:11434 if that is what the container is configured to use.
If you are running both n8n and Ollama in docker containers you will need to use the docker network address for the container this will be different from your host machine uses but depending on the command you used for the ollama container you might be able to use the IP of your host and connect that way.