We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc565e commit 8639f37Copy full SHA for 8639f37
nemoguardrails/rails/llm/config.py
@@ -73,7 +73,7 @@ class ReasoningModelConfig(BaseModel):
73
74
remove_thinking_traces: Optional[bool] = Field(
75
default=True,
76
- description="For reasoning models (e.g. OpenAI o1, DeepSeek-r1), if the output parser should remove thinking traces.",
+ description="For reasoning models (e.g. DeepSeek-r1), if the output parser should remove thinking traces.",
77
)
78
start_token: Optional[str] = Field(
79
default="<think>",
0 commit comments