mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
fix lining
This commit is contained in:
parent
eb9e4f1787
commit
296dba8923
1 changed files with 3 additions and 3 deletions
|
@ -95,9 +95,9 @@ async def chunk_processor(
|
||||||
except json.JSONDecodeError:
|
except json.JSONDecodeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
complete_streaming_response: litellm.ModelResponse = (
|
complete_streaming_response: Optional[
|
||||||
litellm.stream_chunk_builder(chunks=all_chunks)
|
Union[litellm.ModelResponse, litellm.TextCompletionResponse]
|
||||||
)
|
] = litellm.stream_chunk_builder(chunks=all_chunks)
|
||||||
end_time = datetime.now()
|
end_time = datetime.now()
|
||||||
|
|
||||||
if passthrough_success_handler_obj.is_vertex_route(url_route):
|
if passthrough_success_handler_obj.is_vertex_route(url_route):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue