mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
Fixed typos and wording for endpoint info for ollama (#2861)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user