Skip to content

Commit

Permalink
Take two
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeitong committed Jul 11, 2024
1 parent 8f8239d commit 162bda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ class BatchResponseData(OpenAIBaseModel):
request_id: str

# The body of the response.
body: Optional[Union[ChatCompletionResponse, ]]
body: Optional[Union[ChatCompletionResponse, ]] = None


class BatchRequestOutput(OpenAIBaseModel):
Expand Down

0 comments on commit 162bda1

Please sign in to comment.