forked from phoenix/litellm-mirror
fix code quality
This commit is contained in:
parent
8ce86e5159
commit
5533ba4b04
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class AnthropicPassthroughLoggingHandler:
|
||||||
)
|
)
|
||||||
if litellm_chunk is not None:
|
if litellm_chunk is not None:
|
||||||
all_openai_chunks.append(litellm_chunk)
|
all_openai_chunks.append(litellm_chunk)
|
||||||
except (StopIteration, StopAsyncIteration) as e:
|
except (StopIteration, StopAsyncIteration):
|
||||||
break
|
break
|
||||||
complete_streaming_response = litellm.stream_chunk_builder(
|
complete_streaming_response = litellm.stream_chunk_builder(
|
||||||
chunks=all_openai_chunks
|
chunks=all_openai_chunks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue