diff options
| author | Jay <[email protected]> | 2025-10-12 16:01:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-12 16:01:32 -0400 |
| commit | 7e1abb7bbff02b203b22ce488610ec20ab3de885 (patch) | |
| tree | 6961e0b9d1d21a2a8cdc8eed1a5e1070cd583860 /packages | |
| parent | 83afcb9c427a1b7df7081f0b8e2f8ef2edd3601a (diff) | |
| download | opencode-7e1abb7bbff02b203b22ce488610ec20ab3de885.tar.gz opencode-7e1abb7bbff02b203b22ce488610ec20ab3de885.zip | |
docs: Fix formatting of num_ctx in providers.mdx
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index e66e0644c..654e434ad 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -527,7 +527,7 @@ In this example: - `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. +If tool calls aren't working, try increasing `num_ctx` in Ollama. Start around 16k - 32k. ::: --- |
