mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix linting error
This commit is contained in:
parent
8b4ba3ccb8
commit
e77133f3e1
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ async def chunk_processor(
|
|||
complete_streaming_response: Optional[
|
||||
Union[litellm.ModelResponse, litellm.TextCompletionResponse]
|
||||
] = litellm.stream_chunk_builder(chunks=all_chunks)
|
||||
if complete_streaming_response is None:
|
||||
complete_streaming_response = litellm.ModelResponse()
|
||||
end_time = datetime.now()
|
||||
|
||||
if passthrough_success_handler_obj.is_vertex_route(url_route):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue