You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/json-reference.mdx
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ Parameters that control the behavior of text generation and completion settings.
191
191
-`keepAlive`: For Ollama, this parameter sets the number of seconds to keep the model loaded after the last request, unloading it from memory if inactive (default: `1800` seconds, or 30 minutes).
192
192
-`numGpu`: For Ollama, this parameter overrides the number of gpu layers that will be used to load the model into VRAM.
193
193
-`useMmap`: For Ollama, this parameter allows the model to be mapped into memory. If disabled can enhance response time on low end devices but will slow down the stream.
194
-
-`reasoning`: Enables thinking/reasoning for Anthropic Claude 3.7+ models.
194
+
-`reasoning`: Enables thinking/reasoning for Anthropic Claude 3.7+ and some Ollama models.
195
195
-`reasoningBudgetTokens`: Sets budget tokens for thinking/reasoning in Anthropic Claude 3.7+ models.
196
196
197
197
Example
@@ -485,8 +485,6 @@ Several experimental config parameters are available, as described below:
485
485
-`applyCodeBlock`: Model title for applying code blocks.
486
486
-`repoMapFileSelection`: Model title for repo map selections.
487
487
488
-
489
-
490
488
-`modelContextProtocolServers`: See [Model Context Protocol](/customize/deep-dives/mcp)
491
489
492
490
Example
@@ -540,5 +538,3 @@ Some deprecated `config.json` settings are no longer stored in config and have b
0 commit comments