Skip to content

Commit 34a94c6

Browse files
docs: remove markup from code block (#1081)
Signed-off-by: Mike McKiernan <[email protected]>
1 parent aae71a7 commit 34a94c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guides/configuration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ DeepSeek models use `<think>` and `</think>` as tokens to identify the traces.
102102
The reasoning traces and the tokens usually interfere with NeMo Guardrails and result in falsely triggering output guardrails for safe responses.
103103
To use these reasoning models, you can remove the traces and tokens from the model response with a configuration like the following example.
104104

105-
```yaml
105+
```{code-block} yaml
106106
:emphasize-lines: 5-
107107
108108
models:

0 commit comments

Comments
 (0)