Skip to content

Commit 8639f37

Browse files
committed
fix: for OpenAI it is already removed
1 parent 1bc565e commit 8639f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemoguardrails/rails/llm/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ReasoningModelConfig(BaseModel):
7373

7474
remove_thinking_traces: Optional[bool] = Field(
7575
default=True,
76-
description="For reasoning models (e.g. OpenAI o1, DeepSeek-r1), if the output parser should remove thinking traces.",
76+
description="For reasoning models (e.g. DeepSeek-r1), if the output parser should remove thinking traces.",
7777
)
7878
start_token: Optional[str] = Field(
7979
default="<think>",

0 commit comments

Comments
 (0)