Fixed typos and wording for endpoint info for ollama (#2861)

This commit is contained in:
Luar Roji
2025-06-12 19:45:19 -03:00
committed by GitHub
parent 83512a8148
commit 0dd785419e

View File

@@ -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
[function-calling-leaderboard]: https://gorilla.cs.berkeley.edu/leaderboard.html