summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-10-12 10:40:51 -0500
committerGitHub <[email protected]>2025-10-12 10:40:51 -0500
commit83afcb9c427a1b7df7081f0b8e2f8ef2edd3601a (patch)
tree7e7995427165a36ed261a020a877c2eba3487833
parentafb406c5ff4fddfa18239b290a5a3f568bf0ed63 (diff)
downloadopencode-83afcb9c427a1b7df7081f0b8e2f8ef2edd3601a.tar.gz
opencode-83afcb9c427a1b7df7081f0b8e2f8ef2edd3601a.zip
docs: ollama num_ctx (#3111)
-rw-r--r--packages/web/src/content/docs/providers.mdx4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx
index 30e93d0ce..e66e0644c 100644
--- a/packages/web/src/content/docs/providers.mdx
+++ b/packages/web/src/content/docs/providers.mdx
@@ -526,6 +526,10 @@ In this example:
- `options.baseURL` is the endpoint for the local server.
- `models` is a map of model IDs to their configurations. The model name will be displayed in the model selection list.
+:::tip
+If tool calls aren't working, try increasing num_ctx in Ollama. Start around 16k-32k.
+:::
+
---
### OpenAI