Skip to content

Commit 0a0920a

Browse files
committed
fix format
Signed-off-by: okada shintarou <[email protected]>
1 parent b51c7b9 commit 0a0920a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/entrypoints/openai/serving_chat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ async def create_chat_completion(
190190
"with tool_choice='none'. To adopt the new behavior "
191191
"now, use --expand-tools-even-if-tool-choice-none. "
192192
"To suppress this warning, either remove tools from "
193-
"the request or set tool_choice to a different value."
194-
)
193+
"the request or set tool_choice to a different value.")
195194
tool_dicts = None
196195
else:
197196
tool_dicts = [tool.model_dump() for tool in request.tools]

0 commit comments

Comments
 (0)