소스 검색

docs: Fix formatting of num_ctx in providers.mdx

Jay 6 달 전
부모
커밋
7e1abb7bbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/web/src/content/docs/providers.mdx

+ 1 - 1
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.
 :::
 
 ---