We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51c7b9 commit 0a0920aCopy full SHA for 0a0920a
vllm/entrypoints/openai/serving_chat.py
@@ -190,8 +190,7 @@ async def create_chat_completion(
190
"with tool_choice='none'. To adopt the new behavior "
191
"now, use --expand-tools-even-if-tool-choice-none. "
192
"To suppress this warning, either remove tools from "
193
- "the request or set tool_choice to a different value."
194
- )
+ "the request or set tool_choice to a different value.")
195
tool_dicts = None
196
else:
197
tool_dicts = [tool.model_dump() for tool in request.tools]
0 commit comments