diff --git a/documentation/docs/getting-started/providers.md b/documentation/docs/getting-started/providers.md index b6a6dc30..ae19e3f6 100644 --- a/documentation/docs/getting-started/providers.md +++ b/documentation/docs/getting-started/providers.md @@ -332,7 +332,9 @@ goose configure 5. Enter the host where your model is running :::info Endpoint -For Ollama, if you don't provide a host, we set it to `localhost:11434`. When constructing the URL, we preprend `http://` if the scheme is not `http` or `https`. If you're running Ollama on port 80 or 443, you'll have to set `OLLMA_HOST=http://host:{port}` +For Ollama, if you don't provide a host, we set it to `localhost:11434`. +When constructing the URL, we prepend `http://` if the scheme is not `http` or `https`. +If you're running Ollama on a different server, you'll have to set `OLLAMA_HOST=http://{host}:{port}`. ::: ``` @@ -493,4 +495,4 @@ If you have any questions or need help with a specific provider, feel free to re [providers]: /docs/getting-started/providers -[function-calling-leaderboard]: https://gorilla.cs.berkeley.edu/leaderboard.html \ No newline at end of file +[function-calling-leaderboard]: https://gorilla.cs.berkeley.edu/leaderboard.html