docs: Fix formatting of num_ctx in providers.mdx

This commit is contained in:
Jay
2025-10-12 16:01:32 -04:00
committed by GitHub
parent 83afcb9c42
commit 7e1abb7bbf

View File

@@ -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.
:::
---