Skip to content

Commit cd3ecac

Browse files
Update vllm/entrypoints/openai/protocol.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
1 parent 162bda1 commit cd3ecac

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, ]] = None
719+
body: Optional[ChatCompletionResponse] = None
720720

721721

722722
class BatchRequestOutput(OpenAIBaseModel):

0 commit comments

Comments
 (0)