Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guides/configuration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ DeepSeek models use `<think>` and `</think>` as tokens to identify the traces.
The reasoning traces and the tokens usually interfere with NeMo Guardrails and result in falsely triggering output guardrails for safe responses.
To use these reasoning models, you can remove the traces and tokens from the model response with a configuration like the following example.

```yaml
```{code-block} yaml
:emphasize-lines: 5-

models:
Expand Down