Skip to content

Commit

Permalink
Add a note about local ollama connection troubleshooting. (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
violabs-josh authored Jan 16, 2025
1 parent ee7ff30 commit 216580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/builtin/credentials/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To configure this credential, you'll need:

- The **Base URL** of your Ollama instance.

The default **Base URL** is `http://localhost:11434`, but if you've set the `OLLAMA_HOST` environment variable, enter that value.
The default **Base URL** is `http://localhost:11434`, but if you've set the `OLLAMA_HOST` environment variable, enter that value. If you have issues connecting to a local n8n server, try `127.0.0.1` instead of `localhost`.

Refer to [How do I configure Ollama server?](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-configure-ollama-server){:target=_blank .external-link} for more information.

Expand Down

0 comments on commit 216580d

Please sign in to comment.