Skip to content

Commit 162bda1

Browse files
committed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/openai/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ class BatchResponseData(OpenAIBaseModel):
716716
request_id: str
717717

718718
# The body of the response.
719-
body: Optional[Union[ChatCompletionResponse, ]]
719+
body: Optional[Union[ChatCompletionResponse, ]] = None
720720

721721

722722
class BatchRequestOutput(OpenAIBaseModel):

0 commit comments

Comments
 (0)