We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae71a7 commit 34a94c6Copy full SHA for 34a94c6
docs/user-guides/configuration-guide.md
@@ -102,7 +102,7 @@ DeepSeek models use `<think>` and `</think>` as tokens to identify the traces.
102
The reasoning traces and the tokens usually interfere with NeMo Guardrails and result in falsely triggering output guardrails for safe responses.
103
To use these reasoning models, you can remove the traces and tokens from the model response with a configuration like the following example.
104
105
-```yaml
+```{code-block} yaml
106
:emphasize-lines: 5-
107
108
models:
0 commit comments