mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
fix link to Ollama FAQ (#5531)
This commit is contained in:
parent
bd1ffd21e3
commit
722103a1ed
2 changed files with 2 additions and 2 deletions
|
|
@ -668,7 +668,7 @@ Here are some local providers we support:
|
|||
```
|
||||
|
||||
:::tip Context Length
|
||||
If you notice that goose is having trouble using extensions or is ignoring [.goosehints](/docs/guides/using-goosehints), it is likely that the model's default context length of 4096 tokens is too low. Set the `OLLAMA_CONTEXT_LENGTH` environment variable to a [higher value](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-specify-the-context-window-size).
|
||||
If you notice that goose is having trouble using extensions or is ignoring [.goosehints](/docs/guides/using-goosehints), it is likely that the model's default context length of 4096 tokens is too low. Set the `OLLAMA_CONTEXT_LENGTH` environment variable to a [higher value](https://github.com/ollama/ollama/blob/main/docs/faq.mdx#how-can-i-specify-the-context-window-size).
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue