Add reasoning examples for GPT-OSS in Markdown examples (#9626)
This commit is contained in:
@@ -450,7 +450,7 @@ class ChatCompletionRequest(BaseModel):
|
||||
description="Constrains effort on reasoning for reasoning models. "
|
||||
"'low' is the least effort, 'high' is the most effort. Reducing reasoning effort can "
|
||||
"result in faster responses and fewer tokens used on reasoning in a response. "
|
||||
"Currently only supported for OpenAI models.",
|
||||
"Currently only supported for OpenAI models in the harmony path, i.e GPT-OSS models.",
|
||||
)
|
||||
|
||||
@model_validator(mode="before")
|
||||
|
||||
Reference in New Issue
Block a user