summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/web/src/content/docs/providers.mdx2
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.
:::
---