From 0dd785419edb54ce18c82b12362f90bef70104b4 Mon Sep 17 00:00:00 2001 From: Luar Roji Date: Thu, 12 Jun 2025 19:45:19 -0300 Subject: [PATCH] Fixed typos and wording for endpoint info for ollama (#2861) --- documentation/docs/getting-started/providers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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